github.com/gotd/td/tg.Channel.EmojiStatus (field)
9 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1169: EmojiStatus EmojiStatusClass
tl_chat_gen.go#L1316: if !(c.EmojiStatus == nil) {
tl_chat_gen.go#L1450: c.EmojiStatus = val
tl_chat_gen.go#L1786: if !(c.EmojiStatus == nil) {
tl_chat_gen.go#L1878: if c.EmojiStatus == nil {
tl_chat_gen.go#L1881: if err := c.EmojiStatus.Encode(b); err != nil {
tl_chat_gen.go#L2060: c.EmojiStatus = value
tl_chat_gen.go#L2742: c.EmojiStatus = value
tl_chat_gen.go#L2754: return c.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. |