aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/message.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/channel/message.rs')
-rw-r--r--src/model/channel/message.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/channel/message.rs b/src/model/channel/message.rs
index 89973d0..3fa9de4 100644
--- a/src/model/channel/message.rs
+++ b/src/model/channel/message.rs
@@ -22,7 +22,7 @@ pub struct Message {
/// The unique Id of the message. Can be used to calculate the creation date
/// of the message.
pub id: MessageId,
- /// An array of the files attached to a message.
+ /// An vector of the files attached to a message.
pub attachments: Vec<Attachment>,
/// The user that sent the message.
pub author: User,