docs(message): remove the mention of Sticker objects

This commit is contained in:
Fedor Lapshin 2024-02-26 14:18:02 +03:00
parent c3f22cb8ab
commit 8968e58b4d
No known key found for this signature in database
GPG key ID: 492D745FB49D2DAB

View file

@ -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"`
}