Current section

Files

Jump to
telega include telega@update_TextUpdate.hrl
Raw

include/telega@update_TextUpdate.hrl

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