#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1004876963 |
| | Identifier uniquely determining a type of the object.
|
| |
Handles a pending join request in a chat.
Returns object_ptr<Ok>.
Definition at line 118426 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 118465 of file td_api.h.
◆ processChatJoinRequest() [1/2]
| td::td_api::processChatJoinRequest::processChatJoinRequest |
( |
| ) |
|
Default constructor for a function, which handles a pending join request in a chat.
Returns object_ptr<Ok>.
◆ processChatJoinRequest() [2/2]
| td::td_api::processChatJoinRequest::processChatJoinRequest |
( |
int53 |
chat_id_, |
|
|
int53 |
user_id_, |
|
|
bool |
approve_ |
|
) |
| |
Creates a function, which handles a pending join request in a chat.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | chat_id_ | Chat identifier. |
| [in] | user_id_ | Identifier of the user who sent the request. |
| [in] | approve_ | Pass true to approve the request; pass false to decline it. |
◆ store()
| void td::td_api::processChatJoinRequest::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ approve_
| bool td::td_api::processChatJoinRequest::approve_ |
Pass true to approve the request; pass false to decline it.
Definition at line 118441 of file td_api.h.
◆ chat_id_
| int53 td::td_api::processChatJoinRequest::chat_id_ |
◆ ID
| const std::int32_t td::td_api::processChatJoinRequest::ID = 1004876963 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 118462 of file td_api.h.
◆ user_id_
| int53 td::td_api::processChatJoinRequest::user_id_ |
Identifier of the user who sent the request.
Definition at line 118439 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h