const github.com/gotd/td/tg.KeyboardButtonGameTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L1134: const KeyboardButtonGameTypeID = 0x50f41ccf
tl_keyboard_button_gen.go#L1180: return KeyboardButtonGameTypeID
tl_keyboard_button_gen.go#L1192: ID: KeyboardButtonGameTypeID,
tl_keyboard_button_gen.go#L1212: b.PutID(KeyboardButtonGameTypeID)
tl_keyboard_button_gen.go#L1230: if err := b.ConsumeID(KeyboardButtonGameTypeID); err != nil {
tl_keyboard_button_gen.go#L3214: case KeyboardButtonGameTypeID:
tl_registry_gen.go#L548: KeyboardButtonGameTypeID: "keyboardButtonGame#50f41ccf",
tl_registry_gen.go#L2330: "keyboardButtonGame": KeyboardButtonGameTypeID,
tl_registry_gen.go#L4112: KeyboardButtonGameTypeID: func() bin.Object { return &KeyboardButtonGame{} },
tl_registry_gen.go#L5989: KeyboardButtonGameTypeID,
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. |