const github.com/gotd/td/tg.KeyboardButtonCallbackTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L360: const KeyboardButtonCallbackTypeID = 0x35bbdb6b
tl_keyboard_button_gen.go#L419: return KeyboardButtonCallbackTypeID
tl_keyboard_button_gen.go#L431: ID: KeyboardButtonCallbackTypeID,
tl_keyboard_button_gen.go#L467: b.PutID(KeyboardButtonCallbackTypeID)
tl_keyboard_button_gen.go#L490: if err := b.ConsumeID(KeyboardButtonCallbackTypeID); err != nil {
tl_keyboard_button_gen.go#L3186: case KeyboardButtonCallbackTypeID:
tl_registry_gen.go#L544: KeyboardButtonCallbackTypeID: "keyboardButtonCallback#35bbdb6b",
tl_registry_gen.go#L2326: "keyboardButtonCallback": KeyboardButtonCallbackTypeID,
tl_registry_gen.go#L4108: KeyboardButtonCallbackTypeID: func() bin.Object { return &KeyboardButtonCallback{} },
tl_registry_gen.go#L5985: KeyboardButtonCallbackTypeID,
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. |