List of all members | Public Fields | Public Instance Methods | Static Public Attributes
updateForumTopic Class Referencefinal

Inherits Update.

Description

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< chatNotificationSettingsnotification_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 > &&notification_settings_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 266794534
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ updateForumTopic() [1/2]

Information about a topic in a forum chat was changed.

◆ updateForumTopic() [2/2]

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.

Parameters
[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.

Method Documentation

◆ store()

void 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: