public static class TdApi.MessageForwardOriginChannel extends TdApi.MessageForwardOrigin
TdApi.MessageForwardOrigin.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
authorSignature
Original post author signature.
|
long |
chatId
Identifier of the chat from which the message was originally forwarded.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier of the original message.
|
Constructor and Description |
---|
MessageForwardOriginChannel()
The message was originally a post in a channel.
|
MessageForwardOriginChannel(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() |
toString
public long chatId
public long messageId
public java.lang.String authorSignature
public static final int CONSTRUCTOR
public MessageForwardOriginChannel()
public MessageForwardOriginChannel(long chatId, long messageId, java.lang.String authorSignature)
chatId
- Identifier of the chat from which the message was originally forwarded.messageId
- Message identifier of the original message.authorSignature
- Original post author signature.public int getConstructor()
getConstructor
in class TdApi.MessageForwardOrigin