Current section

Files

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

include/telega@model@types_Giveaway.hrl

-record(giveaway, {
chats :: list(telega@model@types:chat()),
winners_selection_date :: integer(),
winner_count :: integer(),
only_new_members :: gleam@option:option(boolean()),
has_public_winners :: gleam@option:option(boolean()),
prize_description :: gleam@option:option(binary()),
country_codes :: gleam@option:option(list(binary())),
prize_star_count :: gleam@option:option(integer()),
premium_subscription_month_count :: gleam@option:option(integer())
}).