Current section

Files

Jump to
telega include telega@model_TransferGiftParameters.hrl
Raw

include/telega@model_TransferGiftParameters.hrl

-record(transfer_gift_parameters, {
business_connection_id :: binary(),
owned_gift_id :: binary(),
new_owner_chat_id :: integer(),
star_count :: gleam@option:option(integer())
}).