860 B
860 B
title | description |
---|---|
messageAnimation | Animation message |
Constructor: messageAnimation
Animation message
Attributes:
Name | Type | Required | Description |
---|---|---|---|
animation | animation | Yes | Message content |
caption | string | Yes | Animation caption |
Type: MessageContent
Example:
$messageAnimation = ['_' => 'messageAnimation', 'animation' => animation, 'caption' => 'string'];
PWRTelegram json-encoded version:
{"_": "messageAnimation", "animation": animation, "caption": "string"}
Or, if you're into Lua:
messageAnimation={_='messageAnimation', animation=animation, caption='string'}