Current section

Files

Jump to
telega include telega@model@types_ForumTopicCreated.hrl
Raw

include/telega@model@types_ForumTopicCreated.hrl

-record(forum_topic_created, {
name :: binary(),
icon_color :: integer(),
icon_custom_emoji_id :: gleam@option:option(binary()),
is_name_implicit :: gleam@option:option(boolean())
}).