const github.com/gotd/td/tg.InputUserEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_user_gen.go#L42: const InputUserEmptyTypeID = 0xb98886cf
tl_input_user_gen.go#L78: return InputUserEmptyTypeID
tl_input_user_gen.go#L90: ID: InputUserEmptyTypeID,
tl_input_user_gen.go#L105: b.PutID(InputUserEmptyTypeID)
tl_input_user_gen.go#L122: if err := b.ConsumeID(InputUserEmptyTypeID); err != nil {
tl_input_user_gen.go#L646: case InputUserEmptyTypeID:
tl_registry_gen.go#L52: InputUserEmptyTypeID: "inputUserEmpty#b98886cf",
tl_registry_gen.go#L1834: "inputUserEmpty": InputUserEmptyTypeID,
tl_registry_gen.go#L3616: InputUserEmptyTypeID: func() bin.Object { return &InputUserEmpty{} },
tl_registry_gen.go#L5959: InputUserEmptyTypeID,
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. |