attachment property
dynamic
attachment
getter/setter pair
Only given if the message contains a file. An object with the URL and filesize (in bytes) of the given file. { url: string; size: number; }
Implementation
external dynamic attachment;