const github.com/gotd/td/internal/mt.HTTPWaitRequestTypeID

8 uses

	github.com/gotd/td/internal/mt (current package)
		tl_http_wait_gen.go#L45: const HTTPWaitRequestTypeID = 0x9299359f
		tl_http_wait_gen.go#L85: 	return HTTPWaitRequestTypeID
		tl_http_wait_gen.go#L97: 		ID:   HTTPWaitRequestTypeID,
		tl_http_wait_gen.go#L125: 	b.PutID(HTTPWaitRequestTypeID)
		tl_http_wait_gen.go#L145: 	if err := b.ConsumeID(HTTPWaitRequestTypeID); err != nil {
		tl_registry_gen.go#L81: 		HTTPWaitRequestTypeID:            "http_wait#9299359f",
		tl_registry_gen.go#L132: 		"http_wait":                  HTTPWaitRequestTypeID,
		tl_registry_gen.go#L183: 		HTTPWaitRequestTypeID:            func() bin.Object { return &HTTPWaitRequest{} },