export interface ForumTopicCreated { name: string; icon_color: number; icon_custom_emoji_id?: string; }