public static class TdApi.EmojiReaction extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.Sticker |
activateAnimation
Activate animation for the reaction.
|
TdApi.Sticker |
appearAnimation
Appear animation for the reaction.
|
TdApi.Sticker |
aroundAnimation
Around animation for the reaction; may be null.
|
TdApi.Sticker |
centerAnimation
Center animation for the reaction; may be null.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Sticker |
effectAnimation
Effect animation for the reaction.
|
java.lang.String |
emoji
Text representation of the reaction.
|
boolean |
isActive
True, if the reaction can be added to new messages and enabled in chats.
|
TdApi.Sticker |
selectAnimation
Select animation for the reaction.
|
TdApi.Sticker |
staticIcon
Static icon for the reaction.
|
java.lang.String |
title
Reaction title.
|
| Constructor and Description |
|---|
EmojiReaction()
Contains information about an emoji reaction.
|
EmojiReaction(java.lang.String emoji,
java.lang.String title,
boolean isActive,
TdApi.Sticker staticIcon,
TdApi.Sticker appearAnimation,
TdApi.Sticker selectAnimation,
TdApi.Sticker activateAnimation,
TdApi.Sticker effectAnimation,
TdApi.Sticker aroundAnimation,
TdApi.Sticker centerAnimation)
Contains information about an emoji reaction.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String emoji
public java.lang.String title
public boolean isActive
public TdApi.Sticker staticIcon
public TdApi.Sticker appearAnimation
public TdApi.Sticker selectAnimation
public TdApi.Sticker activateAnimation
public TdApi.Sticker effectAnimation
public TdApi.Sticker aroundAnimation
public TdApi.Sticker centerAnimation
public static final int CONSTRUCTOR
public EmojiReaction()
public EmojiReaction(java.lang.String emoji,
java.lang.String title,
boolean isActive,
TdApi.Sticker staticIcon,
TdApi.Sticker appearAnimation,
TdApi.Sticker selectAnimation,
TdApi.Sticker activateAnimation,
TdApi.Sticker effectAnimation,
TdApi.Sticker aroundAnimation,
TdApi.Sticker centerAnimation)
emoji - Text representation of the reaction.title - Reaction title.isActive - True, if the reaction can be added to new messages and enabled in chats.staticIcon - Static icon for the reaction.appearAnimation - Appear animation for the reaction.selectAnimation - Select animation for the reaction.activateAnimation - Activate animation for the reaction.effectAnimation - Effect animation for the reaction.aroundAnimation - Around animation for the reaction; may be null.centerAnimation - Center animation for the reaction; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object