Current section

Files

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

include/telega@model@types_StickerSet.hrl

-record(sticker_set, {
name :: binary(),
title :: binary(),
sticker_type :: binary(),
stickers :: list(telega@model@types:sticker()),
thumbnail :: gleam@option:option(telega@model@types:photo_size())
}).