Current section

Files

Jump to
telega include telega@model_OwnedGiftUnique.hrl
Raw

include/telega@model_OwnedGiftUnique.hrl

-record(owned_gift_unique, {
type_ :: binary(),
gift :: telega@model:unique_gift(),
owned_gift_id :: gleam@option:option(binary()),
sender_user :: gleam@option:option(telega@model:user()),
send_date :: integer(),
is_saved :: gleam@option:option(boolean()),
can_be_transferred :: gleam@option:option(boolean()),
transfer_star_count :: gleam@option:option(integer())
}).