Package org.drinkless.tdlib
Class TdApi.SponsoredChats
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SponsoredChats
- Enclosing class:
- TdApi
Contains a list of sponsored chats.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of sponsored chats.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of sponsored chats.SponsoredChats
(TdApi.SponsoredChat[] chats) Contains a list of sponsored chats. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chats
List of sponsored chats. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SponsoredChats
public SponsoredChats()Contains a list of sponsored chats. -
SponsoredChats
Contains a list of sponsored chats.- Parameters:
chats
- List of sponsored chats.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-