Current section
Files
Jump to
Current section
Files
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())
}).