github.com/tada-team/tdproto@v1.51.57/emoji.go (about) 1 package tdproto 2 3 // Emoji 4 type Emoji struct { 5 // Unicode symbol 6 Char string `json:"char"` 7 8 // Text representation 9 Key string `json:"key"` 10 }