MessageActionTopicCreate¶
- class pyrogram.raw.types.MessageActionTopicCreate[source]¶
A forum topic was created.
Constructor of
MessageAction.- Details:
Layer:
229ID:
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 of0x6FB9F0,0xFFD67E,0xCB86DB,0x8EEE98,0xFF93B2, or0xFB6F5F.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.