#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| string | title_ |
| | Title of the chat to which the join request was sent.
|
| |
| bool | is_channel_ |
| | True, if the join request was sent to a channel chat.
|
| |
| int32 | request_date_ |
| | Point in time (Unix timestamp) when the join request was sent.
|
| |
|
| static const std::int32_t | ID = 1037140744 |
| | Identifier uniquely determining a type of the object.
|
| |
The chat is a private chat with an administrator of a chat to which the user sent join request.
Definition at line 9517 of file td_api.h.
◆ chatActionBarJoinRequest() [1/2]
| td::td_api::chatActionBarJoinRequest::chatActionBarJoinRequest |
( |
| ) |
|
The chat is a private chat with an administrator of a chat to which the user sent join request.
◆ chatActionBarJoinRequest() [2/2]
| td::td_api::chatActionBarJoinRequest::chatActionBarJoinRequest |
( |
string const & |
title_, |
|
|
bool |
is_channel_, |
|
|
int32 |
request_date_ |
|
) |
| |
The chat is a private chat with an administrator of a chat to which the user sent join request.
- Parameters
-
| [in] | title_ | Title of the chat to which the join request was sent. |
| [in] | is_channel_ | True, if the join request was sent to a channel chat. |
| [in] | request_date_ | Point in time (Unix timestamp) when the join request was sent. |
◆ store()
| void td::td_api::chatActionBarJoinRequest::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.
◆ ID
| const std::int32_t td::td_api::chatActionBarJoinRequest::ID = 1037140744 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 9549 of file td_api.h.
◆ is_channel_
| bool td::td_api::chatActionBarJoinRequest::is_channel_ |
True, if the join request was sent to a channel chat.
Definition at line 9530 of file td_api.h.
◆ request_date_
| int32 td::td_api::chatActionBarJoinRequest::request_date_ |
Point in time (Unix timestamp) when the join request was sent.
Definition at line 9532 of file td_api.h.
◆ title_
| string td::td_api::chatActionBarJoinRequest::title_ |
Title of the chat to which the join request was sent.
Definition at line 9528 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