Package org.drinkless.tdlib
Class TdApi.GetCreatedPublicChats
- Enclosing class:
- TdApi
Returns a list of public chats of the specified type, owned by the user.
Returns Chats
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Type of the public chats to return. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns a list of public chats of the specified type, owned by the user.Creates a function, which returns a list of public chats of the specified type, owned by the user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
type
Type of the public chats to return. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetCreatedPublicChats
public GetCreatedPublicChats()Default constructor for a function, which returns a list of public chats of the specified type, owned by the user.Returns
Chats -
GetCreatedPublicChats
Creates a function, which returns a list of public chats of the specified type, owned by the user.Returns
Chats- Parameters:
type- Type of the public chats to return.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-