Current section

Files

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

include/telega@model@types_ChatBoostSourceGiveaway.hrl

-record(chat_boost_source_giveaway, {
source :: binary(),
giveaway_message_id :: integer(),
user :: gleam@option:option(telega@model@types:user()),
prize_star_count :: gleam@option:option(integer()),
is_unclaimed :: gleam@option:option(boolean())
}).