Current section
Files
Jump to
Current section
Files
include/telega@model_VideoNote.hrl
-record(video_note, {
file_id :: binary(),
file_unique_id :: binary(),
length :: integer(),
duration :: integer(),
thumbnail :: gleam@option:option(telega@model:photo_size()),
file_size :: gleam@option:option(integer())
}).