github.com/gotd/td/tg.User.EmojiStatus (field)
9 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L300: EmojiStatus EmojiStatusClass
tl_user_gen.go#L456: if !(u.EmojiStatus == nil) {
tl_user_gen.go#L594: u.EmojiStatus = val
tl_user_gen.go#L937: if !(u.EmojiStatus == nil) {
tl_user_gen.go#L1025: if u.EmojiStatus == nil {
tl_user_gen.go#L1028: if err := u.EmojiStatus.Encode(b); err != nil {
tl_user_gen.go#L1203: u.EmojiStatus = value
tl_user_gen.go#L1869: u.EmojiStatus = value
tl_user_gen.go#L1881: return u.EmojiStatus, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |