public static class TdApi.GetCreatedPublicChats extends TdApi.Function
Returns Chats
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PublicChatType |
type
Type of the public chats to return.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.PublicChatType type
public static final int CONSTRUCTOR
public GetCreatedPublicChats()
Returns Chats
public GetCreatedPublicChats(TdApi.PublicChatType type)
Returns Chats
type
- Type of the public chats to return.public int getConstructor()
getConstructor
in class TdApi.Function