-
Constructors in it.tdlight.jni with parameters of type TdApi.Sticker
Constructor |
Description |
DiceStickersRegular(TdApi.Sticker sticker) |
A regular animated sticker.
|
DiceStickersSlotMachine(TdApi.Sticker background,
TdApi.Sticker lever,
TdApi.Sticker leftReel,
TdApi.Sticker centerReel,
TdApi.Sticker rightReel) |
Animated stickers to be combined into
a slot machine.
|
InlineQueryResultSticker(String id,
TdApi.Sticker sticker) |
Represents a sticker.
|
MessageSticker(TdApi.Sticker sticker) |
A sticker message.
|
PushMessageContentSticker(TdApi.Sticker sticker,
String emoji,
boolean isPinned) |
A message with a sticker.
|
Stickers(TdApi.Sticker[] stickers) |
Represents a list of stickers.
|
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.
|
WebPage(String url,
String displayUrl,
String type,
String siteName,
String title,
TdApi.FormattedText description,
TdApi.Photo photo,
String embedUrl,
String embedType,
int embedWidth,
int embedHeight,
int duration,
String author,
TdApi.Animation animation,
TdApi.Audio audio,
TdApi.Document document,
TdApi.Sticker sticker,
TdApi.Video video,
TdApi.VideoNote videoNote,
TdApi.VoiceNote voiceNote,
int instantViewVersion) |
Describes a web page preview.
|