Current section
Files
Jump to
Current section
Files
include/telega@model@types_ChosenInlineResult.hrl
-record(chosen_inline_result, {
result_id :: binary(),
from :: telega@model@types:user(),
location :: gleam@option:option(telega@model@types:location()),
inline_message_id :: gleam@option:option(binary()),
'query' :: binary()
}).