Current section

Files

Jump to
telega include telega@model@types_LivePhoto.hrl
Raw

include/telega@model@types_LivePhoto.hrl

-record(live_photo, {
photo :: gleam@option:option(list(telega@model@types:photo_size())),
file_id :: binary(),
file_unique_id :: binary(),
width :: integer(),
height :: integer(),
duration :: integer(),
mime_type :: gleam@option:option(binary()),
file_size :: gleam@option:option(integer())
}).