public static class TdApi.MessageSenderChat extends TdApi.MessageSender
TdApi.MessageSender.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.MessageSender