Current section

Files

Jump to
telega include telega@update_MessageUpdate.hrl
Raw

include/telega@update_MessageUpdate.hrl

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