public static class TdApi.GetCreatedPublicChats extends TdApi.Function<TdApi.Chats>
Returns Chats
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object