Loading...
channelId | The ID of the channel associated with the attachments. |
messageId | The ID of the message associated with the attachments. |
base64Decode | If true, the content of each attachment will first be Base64 decoded for convenience. |
attachmentId | The ID of the attachment to retrieve. |
base64Decode | If true, the content of the attachment will first be Base64 decoded for convenience. |
channelId | The ID of the channel to retrieve the attachment from. |
messageId | The ID of the message to retrieve the attachment from. |
attachmentId | The ID of the attachment to retrieve. |
base64Decode | If true, the content of the attachment will first be Base64 decoded for convenience. |
data | The data to insert as an attachment. May be a string or byte array. |
type | The MIME type of the attachment. |
base64Encode | If true, the content will be Base64 encoded for convenience. If the content you are passing in is not already Base64 encoded, you should pass in true for this argument. |
attachment | The The Attachment Object to update. |
attachmentId | The unique ID of the attachment to update. |
channelId | The ID of the channel the attachment is associated with. |
messageId | The ID of the message the attachment is associated with. |
data | The attachment content (must be a string or byte array). |
type | The MIME type of the attachment. |
base64Encode | If true, the content will be Base64 encoded for convenience. If the content you are passing in is not already Base64 encoded, you should pass in true for this argument. |