Inherits Update.
Information about a topic in a forum chat was changed.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
int53 | message_thread_id_ |
Message thread 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. | |
object_ptr< chatNotificationSettings > | notification_settings_ |
Notification settings for the topic. | |
Public Instance Methods | |
updateForumTopic () | |
updateForumTopic (int53 chat_id_, int53 message_thread_id_, bool is_pinned_, int53 last_read_inbox_message_id_, int53 last_read_outbox_message_id_, object_ptr< chatNotificationSettings > &¬ification_settings_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 |
Static Public Attributes | |
static const std::int32_t | ID = 266794534 |
Identifier uniquely determining a type of the object. | |
updateForumTopic | ( | ) |
Information about a topic in a forum chat was changed.
updateForumTopic | ( | int53 | chat_id_, |
int53 | message_thread_id_, | ||
bool | is_pinned_, | ||
int53 | last_read_inbox_message_id_, | ||
int53 | last_read_outbox_message_id_, | ||
object_ptr< chatNotificationSettings > && | notification_settings_ | ||
) |
Information about a topic in a forum chat was changed.
[in] | chat_id_ | Chat identifier. |
[in] | message_thread_id_ | Message thread 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] | notification_settings_ | Notification settings for the topic. |
|
finalvirtual |