-
static final class
The sticker is an animation in TGS format.
static final class
The sticker is a video in WEBM format.
static final class
The sticker is an image in WEBP format.
Format of the stickers in the set.
Format of the stickers in the set.
A sticker to be added to a sticker set.
Sticker(long setId,
int width,
int height,
String emoji,
TdApi.StickerFormat format,
TdApi.StickerType type,
TdApi.MaskPosition maskPosition,
long customEmojiId,
TdApi.ClosedVectorPath[] outline,
TdApi.Thumbnail thumbnail,
boolean isPremium,
TdApi.File premiumAnimation,
TdApi.File sticker)
StickerSet(long id,
String title,
String name,
TdApi.Thumbnail thumbnail,
TdApi.ClosedVectorPath[] thumbnailOutline,
boolean isInstalled,
boolean isArchived,
boolean isOfficial,
TdApi.StickerFormat stickerFormat,
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.StickerFormat stickerFormat,
TdApi.StickerType stickerType,
boolean isViewed,
int size,
TdApi.Sticker[] covers)
Represents short information about a sticker set.