Current section

Files

Jump to
telega include telega@internal@multipart_FilePart.hrl
Raw

include/telega@internal@multipart_FilePart.hrl

-record(file_part, {
name :: binary(),
filename :: binary(),
content_type :: binary(),
content :: bitstring()
}).