const github.com/gotd/td/tg.KeyboardButtonTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L44: const KeyboardButtonTypeID = 0xa2fa4880
tl_keyboard_button_gen.go#L90: return KeyboardButtonTypeID
tl_keyboard_button_gen.go#L102: ID: KeyboardButtonTypeID,
tl_keyboard_button_gen.go#L122: b.PutID(KeyboardButtonTypeID)
tl_keyboard_button_gen.go#L140: if err := b.ConsumeID(KeyboardButtonTypeID); err != nil {
tl_keyboard_button_gen.go#L3172: case KeyboardButtonTypeID:
tl_registry_gen.go#L542: KeyboardButtonTypeID: "keyboardButton#a2fa4880",
tl_registry_gen.go#L2324: "keyboardButton": KeyboardButtonTypeID,
tl_registry_gen.go#L4106: KeyboardButtonTypeID: func() bin.Object { return &KeyboardButton{} },
tl_registry_gen.go#L5983: KeyboardButtonTypeID,
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. |