Type alias AttachmentArgs

AttachmentArgs: [options?: {
    height?: number;
    max_side?: number;
    size?: number;
    width?: number;
}, allowAnimation?: boolean, fallback?: string]