-
Sticker's outline represented as
a list of closed vector paths; may be
empty.
Sticker set thumbnail's outline
represented as a list of closed vector
paths; may be empty.
Sticker set thumbnail's outline
represented as a list of closed vector
paths; may be empty.
StickerSet(long id,
String title,
String name,
TdApi.Thumbnail thumbnail,
TdApi.ClosedVectorPath[] thumbnailOutline,
boolean isInstalled,
boolean isArchived,
boolean isOfficial,
TdApi.StickerType stickerType,
boolean isViewed,
TdApi.Sticker[] stickers,
TdApi.Emojis[] emojis)
Represents a sticker set.
StickerSetInfo(long id,
String title,
String name,
TdApi.Thumbnail thumbnail,
TdApi.ClosedVectorPath[] thumbnailOutline,
boolean isInstalled,
boolean isArchived,
boolean isOfficial,
TdApi.StickerType stickerType,
boolean isViewed,
int size,
TdApi.Sticker[] covers)
Represents short information about a sticker set.