Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_forum_topic Struct Reference

This object represents a forum topic. More...

#include <telebot-types.h>

Public Attributes

int message_thread_id
 
char * name
 
int icon_color
 
char * icon_custom_emoji_id
 

Detailed Description

This object represents a forum topic.

Member Data Documentation

◆ icon_color

int telebot_forum_topic::icon_color

Color of the topic icon in RGB format

◆ icon_custom_emoji_id

char* telebot_forum_topic::icon_custom_emoji_id

Optional. Unique identifier of the custom emoji used as the topic icon

◆ message_thread_id

int telebot_forum_topic::message_thread_id

Unique identifier of the forum topic

◆ name

char* telebot_forum_topic::name

Name of the topic


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