public static class TdApi.GetChatAvailableMessageSenders extends TdApi.Function
Returns MessageSenders
TdApi.Function.Constructors
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 list of message sender identifiers, which can be used to send messages in a chat.
|
GetChatAvailableMessageSenders(long chatId)
Creates a function, which returns list of message sender identifiers, which can be used to send messages in a chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public static final int CONSTRUCTOR
public GetChatAvailableMessageSenders()
Returns MessageSenders
public GetChatAvailableMessageSenders(long chatId)
Returns MessageSenders
chatId
- Chat identifier.public int getConstructor()
getConstructor
in class TdApi.Function