const github.com/gotd/td/tg.InputKeyboardButtonUserProfileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L2217: const InputKeyboardButtonUserProfileTypeID = 0xe988037b
tl_keyboard_button_gen.go#L2268: return InputKeyboardButtonUserProfileTypeID
tl_keyboard_button_gen.go#L2280: ID: InputKeyboardButtonUserProfileTypeID,
tl_keyboard_button_gen.go#L2304: b.PutID(InputKeyboardButtonUserProfileTypeID)
tl_keyboard_button_gen.go#L2328: if err := b.ConsumeID(InputKeyboardButtonUserProfileTypeID); err != nil {
tl_keyboard_button_gen.go#L3249: case InputKeyboardButtonUserProfileTypeID:
tl_registry_gen.go#L553: InputKeyboardButtonUserProfileTypeID: "inputKeyboardButtonUserProfile#e988037b",
tl_registry_gen.go#L2335: "inputKeyboardButtonUserProfile": InputKeyboardButtonUserProfileTypeID,
tl_registry_gen.go#L4117: InputKeyboardButtonUserProfileTypeID: func() bin.Object { return &InputKeyboardButtonUserProfile{} },
tl_registry_gen.go#L5994: InputKeyboardButtonUserProfileTypeID,
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. |