Current section

Files

Jump to
telega include telega@model_PhotoSize.hrl
Raw

include/telega@model_PhotoSize.hrl

-record(photo_size, {
file_id :: binary(),
file_unique_id :: binary(),
width :: integer(),
height :: integer(),
file_size :: gleam@option:option(integer())
}).