github.com/gotd/td/mt.HTTPWaitRequest.MaxDelay (field)

6 uses

	github.com/gotd/td/mt (current package)
		tl_http_wait_gen.go#L37: 	MaxDelay int
		tl_http_wait_gen.go#L59: 	if !(h.MaxDelay == 0) {
		tl_http_wait_gen.go#L134: 	b.PutInt(h.MaxDelay)
		tl_http_wait_gen.go#L161: 		h.MaxDelay = value
		tl_http_wait_gen.go#L185: 	return h.MaxDelay

	github.com/gotd/td/mtproto
		http_wait.go#L65: 		MaxDelay:  maxDelay,