Current section

Files

Jump to
telega include telega@api_Attachment.hrl
Raw

include/telega@api_Attachment.hrl

-record(attachment, {
field_name :: binary(),
filename :: binary(),
content_type :: binary(),
content :: bitstring()
}).