Current section

Files

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

include/telega@model@types_UniqueGiftInfo.hrl

-record(unique_gift_info, {
gift :: telega@model@types:unique_gift(),
origin :: binary(),
last_resale_currency :: gleam@option:option(binary()),
last_resale_amount :: gleam@option:option(integer()),
owned_gift_id :: gleam@option:option(binary()),
transfer_star_count :: gleam@option:option(integer()),
next_transfer_date :: gleam@option:option(integer())
}).