const github.com/gotd/td/tg.UserTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L107: UserTypeID: "user#215c4438",
tl_registry_gen.go#L1889: "user": UserTypeID,
tl_registry_gen.go#L3671: UserTypeID: func() bin.Object { return &User{} },
tl_registry_gen.go#L6678: UserTypeID,
tl_user_gen.go#L329: const UserTypeID = 0x215c4438
tl_user_gen.go#L619: return UserTypeID
tl_user_gen.go#L631: ID: UserTypeID,
tl_user_gen.go#L959: b.PutID(UserTypeID)
tl_user_gen.go#L1061: if err := b.ConsumeID(UserTypeID); err != nil {
tl_user_gen.go#L2045: case UserTypeID:
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. |