public static class TdApi.ChatListFilter extends TdApi.ChatList
TdApi.ChatList.Constructors
Modifier and Type | Field and Description |
---|---|
int |
chatFilterId
Chat filter identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
ChatListFilter()
A list of chats belonging to a chat filter.
|
ChatListFilter(int chatFilterId)
A list of chats belonging to a chat filter.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int chatFilterId
public static final int CONSTRUCTOR
public ChatListFilter()
public ChatListFilter(int chatFilterId)
chatFilterId
- Chat filter identifier.public int getConstructor()
getConstructor
in class TdApi.ChatList