Current section

Files

Jump to
telega include telega@update_CommandUpdate.hrl
Raw

include/telega@update_CommandUpdate.hrl

-record(command_update, {
from_id :: integer(),
chat_id :: integer(),
command :: telega@update:command(),
message :: telega@model:message(),
raw :: telega@model:update()
}).