const github.com/gotd/td/tg.EmojiStatusTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_emoji_status_gen.go#L152: const EmojiStatusTypeID = 0x929b619d
tl_emoji_status_gen.go#L198: return EmojiStatusTypeID
tl_emoji_status_gen.go#L210: ID: EmojiStatusTypeID,
tl_emoji_status_gen.go#L230: b.PutID(EmojiStatusTypeID)
tl_emoji_status_gen.go#L248: if err := b.ConsumeID(EmojiStatusTypeID); err != nil {
tl_emoji_status_gen.go#L544: case EmojiStatusTypeID:
tl_registry_gen.go#L1121: EmojiStatusTypeID: "emojiStatus#929b619d",
tl_registry_gen.go#L2903: "emojiStatus": EmojiStatusTypeID,
tl_registry_gen.go#L4685: EmojiStatusTypeID: func() bin.Object { return &EmojiStatus{} },
tl_registry_gen.go#L5680: EmojiStatusTypeID,
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. |