const github.com/gotd/td/tg.InputUserSelfTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_user_gen.go#L144: const InputUserSelfTypeID = 0xf7c1b13f
tl_input_user_gen.go#L180: return InputUserSelfTypeID
tl_input_user_gen.go#L192: ID: InputUserSelfTypeID,
tl_input_user_gen.go#L207: b.PutID(InputUserSelfTypeID)
tl_input_user_gen.go#L224: if err := b.ConsumeID(InputUserSelfTypeID); err != nil {
tl_input_user_gen.go#L653: case InputUserSelfTypeID:
tl_registry_gen.go#L53: InputUserSelfTypeID: "inputUserSelf#f7c1b13f",
tl_registry_gen.go#L1835: "inputUserSelf": InputUserSelfTypeID,
tl_registry_gen.go#L3617: InputUserSelfTypeID: func() bin.Object { return &InputUserSelf{} },
tl_registry_gen.go#L5960: InputUserSelfTypeID,
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. |