public static class TdApi.GetChatAvailableMessageSenders extends TdApi.Function<TdApi.ChatMessageSenders>
Returns ChatMessageSenders
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatAvailableMessageSenders()
Default constructor for a function, which returns the list of message sender identifiers, which can be used to send messages in a chat.
|
GetChatAvailableMessageSenders(long chatId)
Creates a function, which returns the list of message sender identifiers, which can be used to send messages in 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 GetChatAvailableMessageSenders()
Returns ChatMessageSenders
public GetChatAvailableMessageSenders(long chatId)
Returns ChatMessageSenders
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object