const github.com/gotd/td/tg.UserEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L106: UserEmptyTypeID: "userEmpty#d3bc4b7a",
tl_registry_gen.go#L1888: "userEmpty": UserEmptyTypeID,
tl_registry_gen.go#L3670: UserEmptyTypeID: func() bin.Object { return &UserEmpty{} },
tl_registry_gen.go#L6677: UserEmptyTypeID,
tl_user_gen.go#L44: const UserEmptyTypeID = 0xd3bc4b7a
tl_user_gen.go#L90: return UserEmptyTypeID
tl_user_gen.go#L102: ID: UserEmptyTypeID,
tl_user_gen.go#L122: b.PutID(UserEmptyTypeID)
tl_user_gen.go#L140: if err := b.ConsumeID(UserEmptyTypeID); err != nil {
tl_user_gen.go#L2038: case UserEmptyTypeID:
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. |