public static class TdApi.StoryInteractionTypeForward extends TdApi.StoryInteractionType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
The message with story forward.
|
| Constructor and Description |
|---|
StoryInteractionTypeForward()
A forward of the story as a message.
|
StoryInteractionTypeForward(TdApi.Message message)
A forward of the story as a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Message message
public static final int CONSTRUCTOR
public StoryInteractionTypeForward()
public StoryInteractionTypeForward(TdApi.Message message)
message - The message with story forward.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object