Current section

Files

Jump to
telega include telega@model_ForumTopic.hrl
Raw

include/telega@model_ForumTopic.hrl

-record(forum_topic, {
message_thread_id :: integer(),
name :: binary(),
icon_color :: integer(),
icon_custom_emoji_id :: gleam@option:option(binary())
}).