public static class TdApi.MessageForwardOriginChat extends TdApi.MessageForwardOrigin
TdApi.MessageForwardOrigin.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
authorSignature
For messages originally sent by an anonymous chat administrator, original message author signature.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
senderChatId
Identifier of the chat that originally sent the message.
|
Constructor and Description |
---|
MessageForwardOriginChat()
The message was originally sent on behalf of a chat.
|
MessageForwardOriginChat(long senderChatId,
java.lang.String authorSignature)
The message was originally sent on behalf of a chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long senderChatId
public java.lang.String authorSignature
public static final int CONSTRUCTOR
public MessageForwardOriginChat()
public MessageForwardOriginChat(long senderChatId, java.lang.String authorSignature)
senderChatId
- Identifier of the chat that originally sent the message.authorSignature
- For messages originally sent by an anonymous chat administrator, original message author signature.public int getConstructor()
getConstructor
in class TdApi.MessageForwardOrigin