const github.com/gotd/td/internal/mt.PingRequestTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_ping_gen.go#L41: const PingRequestTypeID = 0x7abe77ec
tl_ping_gen.go#L75: return PingRequestTypeID
tl_ping_gen.go#L87: ID: PingRequestTypeID,
tl_ping_gen.go#L107: b.PutID(PingRequestTypeID)
tl_ping_gen.go#L125: if err := b.ConsumeID(PingRequestTypeID); err != nil {
tl_registry_gen.go#L78: PingRequestTypeID: "ping#7abe77ec",
tl_registry_gen.go#L129: "ping": PingRequestTypeID,
tl_registry_gen.go#L180: PingRequestTypeID: func() bin.Object { return &PingRequest{} },
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. |