|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| directMessagesChatTopic () | |
| directMessagesChatTopic (int53 chat_id_, int53 id_, object_ptr< MessageSender > &&sender_id_, int64 order_, bool can_send_unpaid_messages_, bool is_marked_as_unread_, int53 unread_count_, int53 last_read_inbox_message_id_, int53 last_read_outbox_message_id_, int53 unread_reaction_count_, object_ptr< message > &&last_message_, object_ptr< draftMessage > &&draft_message_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::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 |
Public Attributes | |
| int53 | chat_id_ |
| Identifier of the chat to which the topic belongs. | |
| int53 | id_ |
| Unique topic identifier. | |
| object_ptr< MessageSender > | sender_id_ |
| Identifier of the user or chat that sends the messages to the topic. | |
| int64 | order_ |
| A parameter used to determine order of the topic in the topic list. Topics must be sorted by the order in descending order. | |
| bool | can_send_unpaid_messages_ |
| True, if the other party can send unpaid messages even if the chat has paid messages enabled. | |
| bool | is_marked_as_unread_ |
| True, if the topic is marked as unread. | |
| int53 | unread_count_ |
| Number of unread messages in the chat. | |
| int53 | last_read_inbox_message_id_ |
| Identifier of the last read incoming message. | |
| int53 | last_read_outbox_message_id_ |
| Identifier of the last read outgoing message. | |
| int53 | unread_reaction_count_ |
| Number of messages with unread reactions in the chat. | |
| object_ptr< message > | last_message_ |
| Last message in the topic; may be null if none or unknown. | |
| object_ptr< draftMessage > | draft_message_ |
| A draft of a message in the topic; may be null if none. | |
Static Public Attributes | |
| static const std::int32_t | ID = 1778377757 |
| Identifier uniquely determining a type of the object. | |
Contains information about a topic in a channel direct messages chat administered by the current user.
| td::td_api::directMessagesChatTopic::directMessagesChatTopic | ( | ) |
Contains information about a topic in a channel direct messages chat administered by the current user.
| td::td_api::directMessagesChatTopic::directMessagesChatTopic | ( | int53 | chat_id_, |
| int53 | id_, | ||
| object_ptr< MessageSender > && | sender_id_, | ||
| int64 | order_, | ||
| bool | can_send_unpaid_messages_, | ||
| bool | is_marked_as_unread_, | ||
| int53 | unread_count_, | ||
| int53 | last_read_inbox_message_id_, | ||
| int53 | last_read_outbox_message_id_, | ||
| int53 | unread_reaction_count_, | ||
| object_ptr< message > && | last_message_, | ||
| object_ptr< draftMessage > && | draft_message_ | ||
| ) |
Contains information about a topic in a channel direct messages chat administered by the current user.
| [in] | chat_id_ | Identifier of the chat to which the topic belongs. |
| [in] | id_ | Unique topic identifier. |
| [in] | sender_id_ | Identifier of the user or chat that sends the messages to the topic. |
| [in] | order_ | A parameter used to determine order of the topic in the topic list. Topics must be sorted by the order in descending order. |
| [in] | can_send_unpaid_messages_ | True, if the other party can send unpaid messages even if the chat has paid messages enabled. |
| [in] | is_marked_as_unread_ | True, if the topic is marked as unread. |
| [in] | unread_count_ | Number of unread messages in the chat. |
| [in] | last_read_inbox_message_id_ | Identifier of the last read incoming message. |
| [in] | last_read_outbox_message_id_ | Identifier of the last read outgoing message. |
| [in] | unread_reaction_count_ | Number of messages with unread reactions in the chat. |
| [in] | last_message_ | Last message in the topic; may be null if none or unknown. |
| [in] | draft_message_ | A draft of a message in the topic; may be null if none. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
| bool td::td_api::directMessagesChatTopic::can_send_unpaid_messages_ |
| int53 td::td_api::directMessagesChatTopic::chat_id_ |
| object_ptr<draftMessage> td::td_api::directMessagesChatTopic::draft_message_ |
|
static |
| int53 td::td_api::directMessagesChatTopic::id_ |
| bool td::td_api::directMessagesChatTopic::is_marked_as_unread_ |
| object_ptr<message> td::td_api::directMessagesChatTopic::last_message_ |
| int53 td::td_api::directMessagesChatTopic::last_read_inbox_message_id_ |
| int53 td::td_api::directMessagesChatTopic::last_read_outbox_message_id_ |
| int64 td::td_api::directMessagesChatTopic::order_ |
| object_ptr<MessageSender> td::td_api::directMessagesChatTopic::sender_id_ |
| int53 td::td_api::directMessagesChatTopic::unread_count_ |
| int53 td::td_api::directMessagesChatTopic::unread_reaction_count_ |