TDLib
Loading...
Searching...
No Matches
td::td_api::createForumTopic Class Referencefinal

Inherits td::td_api::Function.

Public Types

using ReturnType = object_ptr< forumTopicInfo >
 Typedef for the type returned by the function.
 

Public Member Functions

 createForumTopic ()
 
 createForumTopic (int53 chat_id_, string const &name_, object_ptr< forumTopicIcon > &&icon_)
 
std::int32_t get_id () const final
 
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

int53 chat_id_
 Identifier of the chat.
 
string name_
 Name of the topic; 1-128 characters.
 
object_ptr< forumTopicIconicon_
 Icon of the topic. Icon color must be one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F. Telegram Premium users can use any custom emoji as topic icon, other users can use only a custom emoji returned by getForumTopicDefaultIcons.
 

Static Public Attributes

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

Detailed Description

Creates a topic in a forum supergroup chat; requires can_manage_topics rights in the supergroup.

Returns object_ptr<ForumTopicInfo>.

Constructor & Destructor Documentation

◆ createForumTopic() [1/2]

td::td_api::createForumTopic::createForumTopic ( )

Default constructor for a function, which creates a topic in a forum supergroup chat; requires can_manage_topics rights in the supergroup.

Returns object_ptr<ForumTopicInfo>.

◆ createForumTopic() [2/2]

td::td_api::createForumTopic::createForumTopic ( int53  chat_id_,
string const &  name_,
object_ptr< forumTopicIcon > &&  icon_ 
)

Creates a function, which creates a topic in a forum supergroup chat; requires can_manage_topics rights in the supergroup.

Returns object_ptr<ForumTopicInfo>.

Parameters
[in]chat_id_Identifier of the chat.
[in]name_Name of the topic; 1-128 characters.
[in]icon_Icon of the topic. Icon color must be one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F. Telegram Premium users can use any custom emoji as topic icon, other users can use only a custom emoji returned by getForumTopicDefaultIcons.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::createForumTopic::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

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


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