Current section

Files

Jump to
telega include telega@model@types_Voice.hrl
Raw

include/telega@model@types_Voice.hrl

-record(voice, {
file_id :: binary(),
file_unique_id :: binary(),
duration :: integer(),
mime_type :: gleam@option:option(binary()),
file_size :: gleam@option:option(integer())
}).