public static class TdApi.StoryAreaTypeSuggestedReaction extends TdApi.StoryAreaType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isDark
True, if reaction has a dark background.
|
boolean |
isFlipped
True, if reaction corner is flipped.
|
TdApi.ReactionType |
reactionType
Type of the reaction.
|
int |
totalCount
Number of times the reaction was added.
|
| Constructor and Description |
|---|
StoryAreaTypeSuggestedReaction()
An area pointing to a suggested reaction.
|
StoryAreaTypeSuggestedReaction(TdApi.ReactionType reactionType,
int totalCount,
boolean isDark,
boolean isFlipped)
An area pointing to a suggested reaction.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ReactionType reactionType
public int totalCount
public boolean isDark
public boolean isFlipped
public static final int CONSTRUCTOR
public StoryAreaTypeSuggestedReaction()
public StoryAreaTypeSuggestedReaction(TdApi.ReactionType reactionType, int totalCount, boolean isDark, boolean isFlipped)
reactionType - Type of the reaction.totalCount - Number of times the reaction was added.isDark - True, if reaction has a dark background.isFlipped - True, if reaction corner is flipped.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object