public static class TdApi.GetChatFilter extends TdApi.Function
Returns ChatFilter
TdApi.Function.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 |
---|
GetChatFilter()
Default constructor for a function, which returns information about a chat filter by its identifier.
|
GetChatFilter(int chatFilterId)
Creates a function, which returns information about a chat filter by its identifier.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int chatFilterId
public static final int CONSTRUCTOR
public GetChatFilter()
Returns ChatFilter
public GetChatFilter(int chatFilterId)
Returns ChatFilter
chatFilterId
- Chat filter identifier.public int getConstructor()
getConstructor
in class TdApi.Function