Skip to content

Error: InputFile is not specified (inputMessageAnimation) #3683

Description

@mj2ks

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions