const github.com/gotd/td/internal/mt.PingDelayDisconnectRequestTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_ping_delay_disconnect_gen.go#L43: const PingDelayDisconnectRequestTypeID = 0xf3427b8c
tl_ping_delay_disconnect_gen.go#L80: return PingDelayDisconnectRequestTypeID
tl_ping_delay_disconnect_gen.go#L92: ID: PingDelayDisconnectRequestTypeID,
tl_ping_delay_disconnect_gen.go#L116: b.PutID(PingDelayDisconnectRequestTypeID)
tl_ping_delay_disconnect_gen.go#L135: if err := b.ConsumeID(PingDelayDisconnectRequestTypeID); err != nil {
tl_registry_gen.go#L79: PingDelayDisconnectRequestTypeID: "ping_delay_disconnect#f3427b8c",
tl_registry_gen.go#L130: "ping_delay_disconnect": PingDelayDisconnectRequestTypeID,
tl_registry_gen.go#L181: PingDelayDisconnectRequestTypeID: func() bin.Object { return &PingDelayDisconnectRequest{} },
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. |