public static class TdApi.MessageSenders extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageSender[] |
senders
List of message senders.
|
int |
totalCount
Approximate total number of messages senders found.
|
| Constructor and Description |
|---|
MessageSenders()
Represents a list of message senders.
|
MessageSenders(int totalCount,
TdApi.MessageSender[] senders)
Represents a list of message senders.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.MessageSender[] senders
public static final int CONSTRUCTOR
public MessageSenders()
public MessageSenders(int totalCount,
TdApi.MessageSender[] senders)
totalCount - Approximate total number of messages senders found.senders - List of message senders.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object