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 count 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() |
toString
public int totalCount
public TdApi.MessageSender[] senders
public static final int CONSTRUCTOR
public MessageSenders()
public MessageSenders(int totalCount, TdApi.MessageSender[] senders)
totalCount
- Approximate total count of messages senders found.senders
- List of message senders.public int getConstructor()
getConstructor
in class TdApi.Object