const github.com/gotd/td/tg.EmojiURLTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_emoji_url_gen.go#L46: const EmojiURLTypeID = 0xa575739d
tl_emoji_url_gen.go#L87: return EmojiURLTypeID
tl_emoji_url_gen.go#L99: ID: EmojiURLTypeID,
tl_emoji_url_gen.go#L119: b.PutID(EmojiURLTypeID)
tl_emoji_url_gen.go#L137: if err := b.ConsumeID(EmojiURLTypeID); err != nil {
tl_registry_gen.go#L955: EmojiURLTypeID: "emojiURL#a575739d",
tl_registry_gen.go#L2737: "emojiURL": EmojiURLTypeID,
tl_registry_gen.go#L4519: EmojiURLTypeID: func() bin.Object { return &EmojiURL{} },
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. |