const github.com/gotd/td/tg.EmojiStatusEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_emoji_status_gen.go#L42: const EmojiStatusEmptyTypeID = 0x2de11aae
tl_emoji_status_gen.go#L78: return EmojiStatusEmptyTypeID
tl_emoji_status_gen.go#L90: ID: EmojiStatusEmptyTypeID,
tl_emoji_status_gen.go#L105: b.PutID(EmojiStatusEmptyTypeID)
tl_emoji_status_gen.go#L122: if err := b.ConsumeID(EmojiStatusEmptyTypeID); err != nil {
tl_emoji_status_gen.go#L537: case EmojiStatusEmptyTypeID:
tl_registry_gen.go#L1120: EmojiStatusEmptyTypeID: "emojiStatusEmpty#2de11aae",
tl_registry_gen.go#L2902: "emojiStatusEmpty": EmojiStatusEmptyTypeID,
tl_registry_gen.go#L4684: EmojiStatusEmptyTypeID: func() bin.Object { return &EmojiStatusEmpty{} },
tl_registry_gen.go#L5679: EmojiStatusEmptyTypeID,
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. |