Inherits Function.
Edits existing chat filter. Returns information about the edited chat filter.
Returns object_ptr<ChatFilterInfo>.
Public Fields | |
int32 | chat_filter_id_ |
Chat filter identifier. | |
object_ptr< chatFilter > | filter_ |
The edited chat filter. | |
Public Types | |
using | ReturnType = object_ptr< chatFilterInfo > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
editChatFilter () | |
editChatFilter (int32 chat_filter_id_, object_ptr< chatFilter > &&filter_) | |
std::int32_t | get_id () const final |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1674793086 |
Identifier uniquely determining a type of the object. | |
editChatFilter | ( | ) |
Default constructor for a function, which edits existing chat filter. Returns information about the edited chat filter.
Returns object_ptr<ChatFilterInfo>.
editChatFilter | ( | int32 | chat_filter_id_, |
object_ptr< chatFilter > && | filter_ | ||
) |
Creates a function, which edits existing chat filter. Returns information about the edited chat filter.
Returns object_ptr<ChatFilterInfo>.
[in] | chat_filter_id_ | Chat filter identifier. |
[in] | filter_ | The edited chat filter. |
|
inlinefinalvirtual |
|
finalvirtual |