Current section

Files

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

include/telega@model@types_InlineQuery.hrl

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