public static class TdApi.MessageSenderChat extends TdApi.MessageSender
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat that sent the message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
MessageSenderChat()
The message was sent on behalf of a chat.
|
MessageSenderChat(long chatId)
The message was 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 chatId
public static final int CONSTRUCTOR
public MessageSenderChat()
public MessageSenderChat(long chatId)
chatId - Identifier of the chat that sent the message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object