docs(message): remove the mention of Sticker objects
This commit is contained in:
parent
c3f22cb8ab
commit
8968e58b4d
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue