mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 23:46:54 +01:00
786 B
786 B
title | description |
---|---|
inputMessageAnimation | Animation message |
Constructor: inputMessageAnimation
Animation message
Attributes:
Name | Type | Required | Description |
---|---|---|---|
animation | InputFile | Yes | Animation file to send |
thumb | InputThumb | Yes | Animation thumb, if available |
width | int | Yes | Width of the animation, may be replaced by the server |
height | int | Yes | Height of the animation, may be replaced by the server |
caption | string | Yes | Animation caption, 0-200 characters |