const github.com/gotd/td/tg.InputAppEventTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_input_app_event_gen.go#L51: const InputAppEventTypeID = 0x1d1b1245
tl_input_app_event_gen.go#L107: return InputAppEventTypeID
tl_input_app_event_gen.go#L119: ID: InputAppEventTypeID,
tl_input_app_event_gen.go#L151: b.PutID(InputAppEventTypeID)
tl_input_app_event_gen.go#L177: if err := b.ConsumeID(InputAppEventTypeID); err != nil {
tl_registry_gen.go#L915: InputAppEventTypeID: "inputAppEvent#1d1b1245",
tl_registry_gen.go#L2697: "inputAppEvent": InputAppEventTypeID,
tl_registry_gen.go#L4479: InputAppEventTypeID: func() bin.Object { return &InputAppEvent{} },
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. |