Current section
Files
Jump to
Current section
Files
include/telega@model@types_ForumTopic.hrl
-record(forum_topic, {
message_thread_id :: integer(),
name :: binary(),
icon_color :: integer(),
icon_custom_emoji_id :: gleam@option:option(binary()),
is_name_implicit :: gleam@option:option(boolean())
}).