Current section

Files

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

include/telega@model@types_UniqueGiftModel.hrl

-record(unique_gift_model, {
name :: binary(),
sticker :: telega@model@types:sticker(),
rarity_per_mille :: integer(),
rarity :: gleam@option:option(binary())
}).