public static class TdApi.MessageOriginChat extends TdApi.MessageOrigin
| 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 |
|---|
MessageOriginChat()
The message was originally sent on behalf of a chat.
|
MessageOriginChat(long senderChatId,
java.lang.String authorSignature)
The message was originally sent on behalf of a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long senderChatId
public java.lang.String authorSignature
public static final int CONSTRUCTOR
public MessageOriginChat()
public MessageOriginChat(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()
TdApi.ObjectgetConstructor in class TdApi.Object