Current section
Files
Jump to
Current section
Files
include/telega@model@types_KeyboardButtonRequestManagedBot.hrl
-record(keyboard_button_request_managed_bot, {
request_id :: integer(),
suggested_name :: gleam@option:option(binary()),
suggested_username :: gleam@option:option(binary())
}).