public static class TdApi.ReorderChatFilters extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
int[] |
chatFilterIds
Identifiers of chat filters in the new correct order.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
ReorderChatFilters()
Default constructor for a function, which changes the order of chat filters.
|
ReorderChatFilters(int[] chatFilterIds)
Creates a function, which changes the order of chat filters.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int[] chatFilterIds
public static final int CONSTRUCTOR
public ReorderChatFilters()
Returns Ok
public ReorderChatFilters(int[] chatFilterIds)
Returns Ok
chatFilterIds
- Identifiers of chat filters in the new correct order.public int getConstructor()
getConstructor
in class TdApi.Function