Skip to content

InputAnimation

Type · TDLib 1.8.67 · d1085f9c

An animation to be sent

InputAnimation(
  animation: InputFile,
  thumbnail: InputThumbnail,
  added_sticker_file_ids: list of int32,
  duration: int32,
  width: int32,
  height: int32
) → InputAnimation

animation

InputFile

Animation file to be sent

thumbnail

InputThumbnail

Animation thumbnail; pass null to skip thumbnail uploading

added_sticker_file_ids

list of int32

File identifiers of the stickers added to the animation, if applicable

duration

int32

Duration of the animation, in seconds; may be replaced by the server

width

int32

Width of the animation; may be replaced by the server

height

int32

Height of the animation; may be replaced by the server