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