Current section

Files

Jump to
telega include telega@model_File.hrl
Raw

include/telega@model_File.hrl

-record(file, {
file_id :: binary(),
file_unique_id :: binary(),
file_size :: gleam@option:option(integer()),
file_path :: gleam@option:option(binary())
}).