const github.com/gotd/td/tg.KeyboardButtonURLTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L181: const KeyboardButtonURLTypeID = 0x258aff05
tl_keyboard_button_gen.go#L232: return KeyboardButtonURLTypeID
tl_keyboard_button_gen.go#L244: ID: KeyboardButtonURLTypeID,
tl_keyboard_button_gen.go#L268: b.PutID(KeyboardButtonURLTypeID)
tl_keyboard_button_gen.go#L287: if err := b.ConsumeID(KeyboardButtonURLTypeID); err != nil {
tl_keyboard_button_gen.go#L3179: case KeyboardButtonURLTypeID:
tl_registry_gen.go#L543: KeyboardButtonURLTypeID: "keyboardButtonUrl#258aff05",
tl_registry_gen.go#L2325: "keyboardButtonUrl": KeyboardButtonURLTypeID,
tl_registry_gen.go#L4107: KeyboardButtonURLTypeID: func() bin.Object { return &KeyboardButtonURL{} },
tl_registry_gen.go#L5984: KeyboardButtonURLTypeID,
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. |