Current section
Files
Jump to
Current section
Files
include/telega@model_Animation.hrl
-record(animation, {
file_id :: binary(),
file_unique_id :: binary(),
width :: integer(),
height :: integer(),
duration :: integer(),
thumbnail :: gleam@option:option(telega@model:photo_size()),
file_name :: gleam@option:option(binary()),
mime_type :: gleam@option:option(binary()),
file_size :: gleam@option:option(integer())
}).