const github.com/gotd/td/tg.KeyboardButtonURLAuthTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L1447: const KeyboardButtonURLAuthTypeID = 0x10b78d29
tl_keyboard_button_gen.go#L1514: return KeyboardButtonURLAuthTypeID
tl_keyboard_button_gen.go#L1526: ID: KeyboardButtonURLAuthTypeID,
tl_keyboard_button_gen.go#L1566: b.PutID(KeyboardButtonURLAuthTypeID)
tl_keyboard_button_gen.go#L1593: if err := b.ConsumeID(KeyboardButtonURLAuthTypeID); err != nil {
tl_keyboard_button_gen.go#L3228: case KeyboardButtonURLAuthTypeID:
tl_registry_gen.go#L550: KeyboardButtonURLAuthTypeID: "keyboardButtonUrlAuth#10b78d29",
tl_registry_gen.go#L2332: "keyboardButtonUrlAuth": KeyboardButtonURLAuthTypeID,
tl_registry_gen.go#L4114: KeyboardButtonURLAuthTypeID: func() bin.Object { return &KeyboardButtonURLAuth{} },
tl_registry_gen.go#L5991: KeyboardButtonURLAuthTypeID,
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. |