Current section
Files
Jump to
Current section
Files
include/telega@model@types_OwnedGiftUnique.hrl
-record(owned_gift_unique, {
type_ :: binary(),
gift :: telega@model@types:unique_gift(),
owned_gift_id :: gleam@option:option(binary()),
sender_user :: gleam@option:option(telega@model@types:user()),
send_date :: integer(),
is_saved :: gleam@option:option(boolean()),
can_be_transferred :: gleam@option:option(boolean()),
transfer_star_count :: gleam@option:option(integer()),
next_transfer_date :: gleam@option:option(integer())
}).