Inherits Function.
Edits existing chat folder. Returns information about the edited chat folder.
Returns object_ptr<ChatFolderInfo>.
Public Fields | |
| int32 | chat_folder_id_ | 
| Chat folder identifier.  | |
| object_ptr< chatFolder > | folder_ | 
| The edited chat folder.  | |
Public Types | |
| using | ReturnType = object_ptr< chatFolderInfo > | 
| Typedef for the type returned by the function.  | |
Public Instance Methods | |
| editChatFolder () | |
| editChatFolder (int32 chat_folder_id_, object_ptr< chatFolder > &&folder_) | |
| 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 = 53672754 | 
| Identifier uniquely determining a type of the object.  | |
| editChatFolder | ( | ) | 
Default constructor for a function, which edits existing chat folder. Returns information about the edited chat folder.
Returns object_ptr<ChatFolderInfo>.
| editChatFolder | ( | int32 | chat_folder_id_, | 
| object_ptr< chatFolder > && | folder_ | ||
| ) | 
Creates a function, which edits existing chat folder. Returns information about the edited chat folder.
Returns object_ptr<ChatFolderInfo>.
| [in] | chat_folder_id_ | Chat folder identifier. | 
| [in] | folder_ | The edited chat folder. | 
      
  | 
  finalvirtual |