isFile property
Indicates whether the attachment is a file.
true
: The attachment is a file.false
: The attachment is not a file (it might be a link).
Implementation
JsonBoolean isFile = JsonBoolean("isFile");
Indicates whether the attachment is a file.
true
: The attachment is a file.false
: The attachment is not a file (it might be a link).JsonBoolean isFile = JsonBoolean("isFile");