const github.com/gotd/td/tg.KeyboardButtonUserProfileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L2384: const KeyboardButtonUserProfileTypeID = 0x308660c1
tl_keyboard_button_gen.go#L2435: return KeyboardButtonUserProfileTypeID
tl_keyboard_button_gen.go#L2447: ID: KeyboardButtonUserProfileTypeID,
tl_keyboard_button_gen.go#L2471: b.PutID(KeyboardButtonUserProfileTypeID)
tl_keyboard_button_gen.go#L2490: if err := b.ConsumeID(KeyboardButtonUserProfileTypeID); err != nil {
tl_keyboard_button_gen.go#L3256: case KeyboardButtonUserProfileTypeID:
tl_registry_gen.go#L554: KeyboardButtonUserProfileTypeID: "keyboardButtonUserProfile#308660c1",
tl_registry_gen.go#L2336: "keyboardButtonUserProfile": KeyboardButtonUserProfileTypeID,
tl_registry_gen.go#L4118: KeyboardButtonUserProfileTypeID: func() bin.Object { return &KeyboardButtonUserProfile{} },
tl_registry_gen.go#L5995: KeyboardButtonUserProfileTypeID,
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. |