public static class TdApi.UpdateChatFilters extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.ChatFilterInfo[] |
chatFilters
The new list of chat filters.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
UpdateChatFilters()
The list of chat filters or a chat filter has changed.
|
UpdateChatFilters(TdApi.ChatFilterInfo[] chatFilters)
The list of chat filters or a chat filter has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatFilterInfo[] chatFilters
public static final int CONSTRUCTOR
public UpdateChatFilters()
public UpdateChatFilters(TdApi.ChatFilterInfo[] chatFilters)
chatFilters
- The new list of chat filters.public int getConstructor()
getConstructor
in class TdApi.Update