TelegramBot.sendAnimation

Send animation

Animation must be in GIF format or H.264/MPEG-4 AVC video without sound

  1. Message sendAnimation(T chat_id, string animation)
  2. Message sendAnimation(SendAnimationMethod m)
    struct TelegramBot
    @trusted
    sendAnimation

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta