-
Constructors in it.tdlight.jni with parameters of type TdApi.ClosedVectorPath
Constructor |
Description |
Sticker(long setId,
int width,
int height,
String emoji,
boolean isAnimated,
boolean isMask,
TdApi.MaskPosition maskPosition,
TdApi.ClosedVectorPath[] outline,
TdApi.Thumbnail thumbnail,
TdApi.File sticker) |
Describes a sticker.
|
StickerSet(long id,
String title,
String name,
TdApi.Thumbnail thumbnail,
TdApi.ClosedVectorPath[] thumbnailOutline,
boolean isInstalled,
boolean isArchived,
boolean isOfficial,
boolean isAnimated,
boolean isMasks,
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,
boolean isAnimated,
boolean isMasks,
boolean isViewed,
int size,
TdApi.Sticker[] covers) |
Represents short information about a sticker set.
|