const github.com/gotd/td/tg.KeyboardButtonRequestPhoneTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L569: const KeyboardButtonRequestPhoneTypeID = 0xb16a6c29
tl_keyboard_button_gen.go#L615: return KeyboardButtonRequestPhoneTypeID
tl_keyboard_button_gen.go#L627: ID: KeyboardButtonRequestPhoneTypeID,
tl_keyboard_button_gen.go#L647: b.PutID(KeyboardButtonRequestPhoneTypeID)
tl_keyboard_button_gen.go#L665: if err := b.ConsumeID(KeyboardButtonRequestPhoneTypeID); err != nil {
tl_keyboard_button_gen.go#L3193: case KeyboardButtonRequestPhoneTypeID:
tl_registry_gen.go#L545: KeyboardButtonRequestPhoneTypeID: "keyboardButtonRequestPhone#b16a6c29",
tl_registry_gen.go#L2327: "keyboardButtonRequestPhone": KeyboardButtonRequestPhoneTypeID,
tl_registry_gen.go#L4109: KeyboardButtonRequestPhoneTypeID: func() bin.Object { return &KeyboardButtonRequestPhone{} },
tl_registry_gen.go#L5986: KeyboardButtonRequestPhoneTypeID,
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. |