Current section

Files

Jump to
telega include telega@model_SwitchInlineQueryChosenChat.hrl
Raw

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())
}).