#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int53 | chat_id_ |
| | Identifier of the chat to which the message that was forwarded belonged; may be 0 if unknown.
|
| |
| int53 | message_id_ |
| | Identifier of the message; may be 0 if unknown.
|
| |
| object_ptr< MessageSender > | sender_id_ |
| | Identifier of the sender of the message; may be null if unknown or the new message was forwarded not to Saved Messages.
|
| |
| string | sender_name_ |
| | Name of the sender of the message if the sender is hidden by their privacy settings.
|
| |
| int32 | date_ |
| | Point in time (Unix timestamp) when the message is sent; 0 if unknown.
|
| |
| bool | is_outgoing_ |
| | True, if the message that was forwarded is outgoing; always false if sender is unknown.
|
| |
|
| static const std::int32_t | ID = 1795337929 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about the last message from which a new message was forwarded last time.
Definition at line 22065 of file td_api.h.
◆ forwardSource() [1/2]
| td::td_api::forwardSource::forwardSource |
( |
| ) |
|
Contains information about the last message from which a new message was forwarded last time.
◆ forwardSource() [2/2]
Contains information about the last message from which a new message was forwarded last time.
- Parameters
-
| [in] | chat_id_ | Identifier of the chat to which the message that was forwarded belonged; may be 0 if unknown. |
| [in] | message_id_ | Identifier of the message; may be 0 if unknown. |
| [in] | sender_id_ | Identifier of the sender of the message; may be null if unknown or the new message was forwarded not to Saved Messages. |
| [in] | sender_name_ | Name of the sender of the message if the sender is hidden by their privacy settings. |
| [in] | date_ | Point in time (Unix timestamp) when the message is sent; 0 if unknown. |
| [in] | is_outgoing_ | True, if the message that was forwarded is outgoing; always false if sender is unknown. |
◆ store()
| void td::td_api::forwardSource::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.
◆ chat_id_
| int53 td::td_api::forwardSource::chat_id_ |
Identifier of the chat to which the message that was forwarded belonged; may be 0 if unknown.
Definition at line 22076 of file td_api.h.
◆ date_
| int32 td::td_api::forwardSource::date_ |
Point in time (Unix timestamp) when the message is sent; 0 if unknown.
Definition at line 22084 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::forwardSource::ID = 1795337929 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 22106 of file td_api.h.
◆ is_outgoing_
| bool td::td_api::forwardSource::is_outgoing_ |
True, if the message that was forwarded is outgoing; always false if sender is unknown.
Definition at line 22086 of file td_api.h.
◆ message_id_
| int53 td::td_api::forwardSource::message_id_ |
Identifier of the message; may be 0 if unknown.
Definition at line 22078 of file td_api.h.
◆ sender_id_
Identifier of the sender of the message; may be null if unknown or the new message was forwarded not to Saved Messages.
Definition at line 22080 of file td_api.h.
◆ sender_name_
| string td::td_api::forwardSource::sender_name_ |
Name of the sender of the message if the sender is hidden by their privacy settings.
Definition at line 22082 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