Current section

Files

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

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