Current section

Files

Jump to
telega include telega@model_Gift.hrl
Raw

include/telega@model_Gift.hrl

-record(gift, {
id :: binary(),
sticker :: telega@model:sticker(),
star_count :: integer(),
upgrade_star_count :: gleam@option:option(integer()),
total_count :: gleam@option:option(integer()),
remaining_count :: gleam@option:option(integer())
}).