const github.com/gotd/td/tg.KeyboardButtonBuyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L1269: const KeyboardButtonBuyTypeID = 0xafd93fbb
tl_keyboard_button_gen.go#L1315: return KeyboardButtonBuyTypeID
tl_keyboard_button_gen.go#L1327: ID: KeyboardButtonBuyTypeID,
tl_keyboard_button_gen.go#L1347: b.PutID(KeyboardButtonBuyTypeID)
tl_keyboard_button_gen.go#L1365: if err := b.ConsumeID(KeyboardButtonBuyTypeID); err != nil {
tl_keyboard_button_gen.go#L3221: case KeyboardButtonBuyTypeID:
tl_registry_gen.go#L549: KeyboardButtonBuyTypeID: "keyboardButtonBuy#afd93fbb",
tl_registry_gen.go#L2331: "keyboardButtonBuy": KeyboardButtonBuyTypeID,
tl_registry_gen.go#L4113: KeyboardButtonBuyTypeID: func() bin.Object { return &KeyboardButtonBuy{} },
tl_registry_gen.go#L5990: KeyboardButtonBuyTypeID,
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. |