const github.com/gotd/td/tg.InputUserTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_user_gen.go#L253: const InputUserTypeID = 0xf21158c6
tl_input_user_gen.go#L304: return InputUserTypeID
tl_input_user_gen.go#L316: ID: InputUserTypeID,
tl_input_user_gen.go#L340: b.PutID(InputUserTypeID)
tl_input_user_gen.go#L359: if err := b.ConsumeID(InputUserTypeID); err != nil {
tl_input_user_gen.go#L660: case InputUserTypeID:
tl_registry_gen.go#L54: InputUserTypeID: "inputUser#f21158c6",
tl_registry_gen.go#L1836: "inputUser": InputUserTypeID,
tl_registry_gen.go#L3618: InputUserTypeID: func() bin.Object { return &InputUser{} },
tl_registry_gen.go#L5961: InputUserTypeID,
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. |