Current section
Files
Jump to
Current section
Files
include/telega@model_SwitchInlineQueryChosenChat.hrl
-record(switch_inline_query_chosen_chat, {
'query' :: gleam@option:option(binary()),
allow_user_chats :: gleam@option:option(boolean()),
allow_bot_chats :: gleam@option:option(boolean()),
allow_group_chats :: gleam@option:option(boolean()),
allow_channel_chats :: gleam@option:option(boolean())
}).