Current section

Files

Jump to
telega include telega@update_PhotoUpdate.hrl
Raw

include/telega@update_PhotoUpdate.hrl

-record(photo_update, {
from_id :: integer(),
chat_id :: integer(),
photos :: list(telega@model:photo_size()),
message :: telega@model:message(),
raw :: telega@model:update()
}).