const github.com/gotd/td/tg.UsernameTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L1146: UsernameTypeID: "username#b4073647",
tl_registry_gen.go#L2928: "username": UsernameTypeID,
tl_registry_gen.go#L4710: UsernameTypeID: func() bin.Object { return &Username{} },
tl_username_gen.go#L56: const UsernameTypeID = 0xb4073647
tl_username_gen.go#L110: return UsernameTypeID
tl_username_gen.go#L122: ID: UsernameTypeID,
tl_username_gen.go#L162: b.PutID(UsernameTypeID)
tl_username_gen.go#L184: if err := b.ConsumeID(UsernameTypeID); err != nil {
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. |