public static class TdApi.StoryInteractionTypeView extends TdApi.StoryInteractionType
| Modifier and Type | Field and Description |
|---|---|
TdApi.ReactionType |
chosenReactionType
Type of the reaction that was chosen by the viewer; may be null if none.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
StoryInteractionTypeView()
A view of the story.
|
StoryInteractionTypeView(TdApi.ReactionType chosenReactionType)
A view of the story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ReactionType chosenReactionType
public static final int CONSTRUCTOR
public StoryInteractionTypeView()
public StoryInteractionTypeView(TdApi.ReactionType chosenReactionType)
chosenReactionType - Type of the reaction that was chosen by the viewer; may be null if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object