Skip to content

Commit

Permalink
Add animation to maeesage
Browse files Browse the repository at this point in the history
  • Loading branch information
fullpipe committed Feb 29, 2020
1 parent dcdaac9 commit bd69a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ type Message struct {
// For a video, information about it.
Video *Video `json:"video"`

// For a animation, information about it.
Animation *Animation `json:"animation"`

// For a contact, contact information itself.
Contact *Contact `json:"contact"`

Expand Down

0 comments on commit bd69a13

Please sign in to comment.