const github.com/gotd/td/tg.KeyboardButtonSwitchInlineTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L855: const KeyboardButtonSwitchInlineTypeID = 0x93b9fbb5
tl_keyboard_button_gen.go#L922: return KeyboardButtonSwitchInlineTypeID
tl_keyboard_button_gen.go#L934: ID: KeyboardButtonSwitchInlineTypeID,
tl_keyboard_button_gen.go#L978: b.PutID(KeyboardButtonSwitchInlineTypeID)
tl_keyboard_button_gen.go#L1012: if err := b.ConsumeID(KeyboardButtonSwitchInlineTypeID); err != nil {
tl_keyboard_button_gen.go#L3207: case KeyboardButtonSwitchInlineTypeID:
tl_registry_gen.go#L547: KeyboardButtonSwitchInlineTypeID: "keyboardButtonSwitchInline#93b9fbb5",
tl_registry_gen.go#L2329: "keyboardButtonSwitchInline": KeyboardButtonSwitchInlineTypeID,
tl_registry_gen.go#L4111: KeyboardButtonSwitchInlineTypeID: func() bin.Object { return &KeyboardButtonSwitchInline{} },
tl_registry_gen.go#L5988: KeyboardButtonSwitchInlineTypeID,
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. |