Current section

Files

Jump to
telega include telega@broadcast_BroadcastReport.hrl
Raw

include/telega@broadcast_BroadcastReport.hrl

-record(broadcast_report, {
sent :: list({integer(), any()}),
blocked :: list(integer()),
failed :: list({integer(), telega@error:telega_error()}),
duration_ms :: integer(),
cancelled :: boolean()
}).