Current section

Files

Jump to
telega include telega_Command.hrl
Raw

include/telega_Command.hrl

-record(command, {
text :: binary(),
command :: binary(),
payload :: gleam@option:option(binary())
}).