public static class TdApi.MessageOriginChannel extends TdApi.MessageOrigin
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
authorSignature
Original post author signature.
|
long |
chatId
Identifier of the channel chat to which the message was originally sent.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier of the original message.
|
| Constructor and Description |
|---|
MessageOriginChannel()
The message was originally a post in a channel.
|
MessageOriginChannel(long chatId,
long messageId,
java.lang.String authorSignature)
The message was originally a post in a channel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public java.lang.String authorSignature
public static final int CONSTRUCTOR
public MessageOriginChannel()
public MessageOriginChannel(long chatId,
long messageId,
java.lang.String authorSignature)
chatId - Identifier of the channel chat to which the message was originally sent.messageId - Message identifier of the original message.authorSignature - Original post author signature.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object