MessageActionTopicCreate#
- class pyrogram.raw.types.MessageActionTopicCreate#
A forum topic was created.
Constructor of
MessageAction.- Details:
Layer:
227ID:
D999256
- Parameters:
title (
str) – Topic name.icon_color (
int32-bit) – If no custom emoji icon is specified, specifies the color of the fallback topic icon (RGB), one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F.title_missing (
bool, optional) – If set, the topic has no user-defined title, can only be set for the per-user topics of bot forums; if this field is set, the topic title likely needs to be changed by the bot.icon_emoji_id (
int64-bit, optional) – ID of the custom emoji used as topic icon.