Package org.drinkless.tdlib
Class TdApi.GetCreatedPublicChats
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetCreatedPublicChats
-
- Enclosing class:
- TdApi
public static class TdApi.GetCreatedPublicChats extends TdApi.Function
Returns a list of public chats of the specified type, owned by the user.Returns
Chats
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PublicChatTypetypeType of the public chats to return.
-
Constructor Summary
Constructors Constructor Description GetCreatedPublicChats()Default constructor for a function, which returns a list of public chats of the specified type, owned by the user.GetCreatedPublicChats(TdApi.PublicChatType type)Creates a function, which returns a list of public chats of the specified type, owned by the user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
type
public TdApi.PublicChatType type
Type of the public chats to return.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public GetCreatedPublicChats(TdApi.PublicChatType type)
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-