Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
File structure for sending via multipart/form-data.
FileAttachment
channel.send_files
message.send_files
message.reply_with_files
name
String
data
Vec<u8>
content_type
Option<String>
application/octet-stream
description
spoiler
bool
true
SPOILER_
FileAttachment::new
pub fn new(name: impl Into<String>, data: Vec<u8>) -> Self