public static class TdApi.PublicForwardMessage extends TdApi.PublicForward
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
Information about the message.
|
| Constructor and Description |
|---|
PublicForwardMessage()
Contains a public forward as a message.
|
PublicForwardMessage(TdApi.Message message)
Contains a public forward 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 PublicForwardMessage()
public PublicForwardMessage(TdApi.Message message)
message - Information about the message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object