tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::updateForumTopicInfo Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::updateForumTopicInfo:
td::td_api::Update td::td_api::Object td::TlObject

Public Member Functions

 updateForumTopicInfo ()
 
 updateForumTopicInfo (object_ptr< forumTopicInfo > &&info_)
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

object_ptr< forumTopicInfoinfo_
 New information about the topic.
 

Static Public Attributes

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

Detailed Description

Basic information about a topic in a forum chat was changed.

Definition at line 78301 of file td_api.h.

Constructor & Destructor Documentation

◆ updateForumTopicInfo() [1/2]

td::td_api::updateForumTopicInfo::updateForumTopicInfo ( )

Basic information about a topic in a forum chat was changed.

◆ updateForumTopicInfo() [2/2]

td::td_api::updateForumTopicInfo::updateForumTopicInfo ( object_ptr< forumTopicInfo > &&  info_)
explicit

Basic information about a topic in a forum chat was changed.

Parameters
[in]info_New information about the topic.

Member Function Documentation

◆ store()

void td::td_api::updateForumTopicInfo::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 td::TlObject.

Member Data Documentation

◆ ID

const std::int32_t td::td_api::updateForumTopicInfo::ID = 1420762696
static

Identifier uniquely determining a type of the object.

Definition at line 78327 of file td_api.h.

◆ info_

object_ptr<forumTopicInfo> td::td_api::updateForumTopicInfo::info_

New information about the topic.

Definition at line 78312 of file td_api.h.


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