github.com/tada-team/tdproto@v1.51.57/tdapi/my_reactions.go (about) 1 package tdapi 2 3 import "github.com/tada-team/tdproto" 4 5 // Reactions to messages: frequently used and all available 6 type MyReactions struct { 7 // My frequently used reactions 8 Top []tdproto.Reaction `json:"top"` 9 10 // All available reactions 11 All []tdproto.Reaction `json:"all"` 12 }