-
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.
Format of the stickers in the set.
Creates a new sticker set.
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.
Uploads a file with a sticker; returns
the uploaded file.