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::messageForumTopicCreated Class Referencefinal

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

Inheritance diagram for td::td_api::messageForumTopicCreated:
td::td_api::MessageContent td::td_api::Object td::TlObject

Public Member Functions

 messageForumTopicCreated ()
 
 messageForumTopicCreated (string const &name_, bool is_name_implicit_, object_ptr< forumTopicIcon > &&icon_)
 
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

string name_
 Name of the topic.
 
bool is_name_implicit_
 True, if the name of the topic wasn&#x27;t added explicitly.
 
object_ptr< forumTopicIconicon_
 Icon of the topic.
 

Static Public Attributes

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

Detailed Description

A forum topic has been created.

Definition at line 41152 of file td_api.h.

Constructor & Destructor Documentation

◆ messageForumTopicCreated() [1/2]

td::td_api::messageForumTopicCreated::messageForumTopicCreated ( )

A forum topic has been created.

◆ messageForumTopicCreated() [2/2]

td::td_api::messageForumTopicCreated::messageForumTopicCreated ( string const &  name_,
bool  is_name_implicit_,
object_ptr< forumTopicIcon > &&  icon_ 
)

A forum topic has been created.

Parameters
[in]name_Name of the topic.
[in]is_name_implicit_True, if the name of the topic wasn&#x27;t added explicitly.
[in]icon_Icon of the topic.

Member Function Documentation

◆ store()

void td::td_api::messageForumTopicCreated::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

◆ icon_

object_ptr<forumTopicIcon> td::td_api::messageForumTopicCreated::icon_

Icon of the topic.

Definition at line 41167 of file td_api.h.

◆ ID

const std::int32_t td::td_api::messageForumTopicCreated::ID = -714462886
static

Identifier uniquely determining a type of the object.

Definition at line 41184 of file td_api.h.

◆ is_name_implicit_

bool td::td_api::messageForumTopicCreated::is_name_implicit_

True, if the name of the topic wasn&#x27;t added explicitly.

Definition at line 41165 of file td_api.h.

◆ name_

string td::td_api::messageForumTopicCreated::name_

Name of the topic.

Definition at line 41163 of file td_api.h.


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