Skip to content

Commit

Permalink
fix: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Feb 17, 2022
1 parent 4389357 commit a4c5375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ type Message struct {
// This is a combination of bit masks; the presence of a certain permission can
// be checked by performing a bitwise AND between this int and the flag.
Flags MessageFlags `json:"flags"`

// 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 Sticker objects, if any were sent.
StickerItems []*Sticker `json:"sticker_items"`
}

Expand Down

0 comments on commit a4c5375

Please sign in to comment.