Current section

Files

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

include/telega@model@types_BotCommand.hrl

-record(bot_command, {
command :: binary(),
description :: binary(),
is_ephemeral :: gleam@option:option(boolean())
}).