Current section

Files

Jump to
telega include telega@update_VoiceUpdate.hrl
Raw

include/telega@update_VoiceUpdate.hrl

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