Current section

Files

Jump to
telega include telega@model_VideoNote.hrl
Raw

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())
}).