const github.com/gotd/td/tg.KeyboardButtonRequestPeerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L2906: const KeyboardButtonRequestPeerTypeID = 0x53d7bfd8
tl_keyboard_button_gen.go#L2967: return KeyboardButtonRequestPeerTypeID
tl_keyboard_button_gen.go#L2979: ID: KeyboardButtonRequestPeerTypeID,
tl_keyboard_button_gen.go#L3011: b.PutID(KeyboardButtonRequestPeerTypeID)
tl_keyboard_button_gen.go#L3037: if err := b.ConsumeID(KeyboardButtonRequestPeerTypeID); err != nil {
tl_keyboard_button_gen.go#L3277: case KeyboardButtonRequestPeerTypeID:
tl_registry_gen.go#L557: KeyboardButtonRequestPeerTypeID: "keyboardButtonRequestPeer#53d7bfd8",
tl_registry_gen.go#L2339: "keyboardButtonRequestPeer": KeyboardButtonRequestPeerTypeID,
tl_registry_gen.go#L4121: KeyboardButtonRequestPeerTypeID: func() bin.Object { return &KeyboardButtonRequestPeer{} },
tl_registry_gen.go#L5998: KeyboardButtonRequestPeerTypeID,
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. |