Current section

Files

Jump to
telega include telega@model_UniqueGiftInfo.hrl
Raw

include/telega@model_UniqueGiftInfo.hrl

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