|
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 | |
| updateForumTopic () | |
| updateForumTopic (int53 chat_id_, int32 forum_topic_id_, bool is_pinned_, int53 last_read_inbox_message_id_, int53 last_read_outbox_message_id_, int32 unread_mention_count_, int32 unread_reaction_count_, int32 unread_poll_vote_count_, object_ptr< chatNotificationSettings > &¬ification_settings_, 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_ |
| Chat identifier. | |
| int32 | forum_topic_id_ |
| Forum topic identifier of the topic. | |
| bool | is_pinned_ |
| True, if the topic is pinned in the topic list. | |
| 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. | |
| int32 | unread_mention_count_ |
| Number of unread messages with a mention/reply in the topic. | |
| int32 | unread_reaction_count_ |
| Number of messages with unread reactions in the topic. | |
| int32 | unread_poll_vote_count_ |
| Number of messages with unread poll votes in the topic. | |
| object_ptr< chatNotificationSettings > | notification_settings_ |
| Notification settings for the topic. | |
| 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 = -1851967925 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::updateForumTopic::updateForumTopic | ( | ) |
Information about a topic in a forum chat was changed.
| td::td_api::updateForumTopic::updateForumTopic | ( | int53 | chat_id_, |
| int32 | forum_topic_id_, | ||
| bool | is_pinned_, | ||
| int53 | last_read_inbox_message_id_, | ||
| int53 | last_read_outbox_message_id_, | ||
| int32 | unread_mention_count_, | ||
| int32 | unread_reaction_count_, | ||
| int32 | unread_poll_vote_count_, | ||
| object_ptr< chatNotificationSettings > && | notification_settings_, | ||
| object_ptr< draftMessage > && | draft_message_ | ||
| ) |
Information about a topic in a forum chat was changed.
| [in] | chat_id_ | Chat identifier. |
| [in] | forum_topic_id_ | Forum topic identifier of the topic. |
| [in] | is_pinned_ | True, if the topic is pinned in the topic list. |
| [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_mention_count_ | Number of unread messages with a mention/reply in the topic. |
| [in] | unread_reaction_count_ | Number of messages with unread reactions in the topic. |
| [in] | unread_poll_vote_count_ | Number of messages with unread poll votes in the topic. |
| [in] | notification_settings_ | Notification settings for the topic. |
| [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.
| int53 td::td_api::updateForumTopic::chat_id_ |
| object_ptr<draftMessage> td::td_api::updateForumTopic::draft_message_ |
| int32 td::td_api::updateForumTopic::forum_topic_id_ |
|
static |
| bool td::td_api::updateForumTopic::is_pinned_ |
| int53 td::td_api::updateForumTopic::last_read_inbox_message_id_ |
| int53 td::td_api::updateForumTopic::last_read_outbox_message_id_ |
| object_ptr<chatNotificationSettings> td::td_api::updateForumTopic::notification_settings_ |
| int32 td::td_api::updateForumTopic::unread_mention_count_ |
| int32 td::td_api::updateForumTopic::unread_poll_vote_count_ |
| int32 td::td_api::updateForumTopic::unread_reaction_count_ |