Current section

Files

Jump to
telega include telega@model_InlineQuery.hrl
Raw

include/telega@model_InlineQuery.hrl

-record(inline_query, {
id :: binary(),
from :: telega@model:user(),
'query' :: binary(),
offset :: binary(),
chat_type :: gleam@option:option(binary()),
location :: gleam@option:option(telega@model:location())
}).