Package org.drinkless.tdlib
Class TdApi.MessageSenders
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageSenders
-
- Enclosing class:
- TdApi
public static class TdApi.MessageSenders extends TdApi.Object
Represents a list of message senders.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessageSender[]sendersList of message senders.inttotalCountApproximate total count of messages senders found.
-
Constructor Summary
Constructors Constructor Description MessageSenders()Represents a list of message senders.MessageSenders(int totalCount, TdApi.MessageSender[] senders)Represents a list of message senders.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Approximate total count of messages senders found.
-
senders
public TdApi.MessageSender[] senders
List of message senders.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageSenders
public MessageSenders()
Represents a list of message senders.
-
MessageSenders
public MessageSenders(int totalCount, TdApi.MessageSender[] senders)Represents a list of message senders.- Parameters:
totalCount- Approximate total count of messages senders found.senders- List of message senders.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-