const github.com/gotd/td/internal/mt.DestroySessionRequestTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_destroy_session_gen.go#L41: const DestroySessionRequestTypeID = 0xe7512126
tl_destroy_session_gen.go#L75: return DestroySessionRequestTypeID
tl_destroy_session_gen.go#L87: ID: DestroySessionRequestTypeID,
tl_destroy_session_gen.go#L107: b.PutID(DestroySessionRequestTypeID)
tl_destroy_session_gen.go#L125: if err := b.ConsumeID(DestroySessionRequestTypeID); err != nil {
tl_registry_gen.go#L80: DestroySessionRequestTypeID: "destroy_session#e7512126",
tl_registry_gen.go#L131: "destroy_session": DestroySessionRequestTypeID,
tl_registry_gen.go#L182: DestroySessionRequestTypeID: func() bin.Object { return &DestroySessionRequest{} },
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. |