View Source ExGram.Model.Animation (ex_gram v0.52.1)

This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound).

Check the documentation of this model in https://core.telegram.org/bots/api#animation

Summary

Types

@type t() :: %ExGram.Model.Animation{
  duration: integer(),
  file_id: String.t(),
  file_name: String.t() | nil,
  file_size: integer() | nil,
  file_unique_id: String.t(),
  height: integer(),
  mime_type: String.t() | nil,
  thumbnail: ExGram.Model.PhotoSize.t() | nil,
  width: integer()
}

Functions