Skip to content

Commit

Permalink
docs(message): remove the mention of Sticker objects
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Feb 26, 2024
1 parent c3f22cb commit 8968e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ type Message struct {
// The thread that was started from this message, includes thread member object
Thread *Channel `json:"thread,omitempty"`

// An array of Sticker objects, if any were sent.
// An array of StickerItem objects, representing sent stickers, if there were any.
StickerItems []*StickerItem `json:"sticker_items"`
}

Expand Down

0 comments on commit 8968e58

Please sign in to comment.