Error: InputFile is not specified
{
_: 'sendMessage',
chat_id: 000000,
input_message_content: {
_: 'inputMessageAnimation',
animation: { _: 'inputFileId', id: 33 }
}
}
Since version
"prebuilt-tdlib": "^0.1008065.0",
"tdl": "^8.1.0",
Everything worked in this version
"prebuilt-tdlib": "^0.1008064.0",
Also tried:
{ _: "inputMessageAnimation", animation: { _: "inputFileRemote", id: animation.remote.id } }
{ _: "inputMessageAnimation", animation: { _: "inputFileLocal", path: animation.local.path } }
These versions have the same error.
Rolling back to the 0.1008064.0 version solves the problem.
I also checked the API, and it seems nothing has changed.
The id is correct, the file is in the database (the local path is there)
What am I doing wrong?
Error: InputFile is not specified
Since version
"prebuilt-tdlib": "^0.1008065.0",
"tdl": "^8.1.0",
Everything worked in this version
"prebuilt-tdlib": "^0.1008064.0",
Also tried:
{ _: "inputMessageAnimation", animation: { _: "inputFileRemote", id: animation.remote.id } }
{ _: "inputMessageAnimation", animation: { _: "inputFileLocal", path: animation.local.path } }
These versions have the same error.
Rolling back to the 0.1008064.0 version solves the problem.
I also checked the API, and it seems nothing has changed.
The id is correct, the file is in the database (the local path is there)
What am I doing wrong?