type github.com/gotd/td/telegram.CloseInvoker

6 uses

	github.com/gotd/td/telegram (current package)
		client.go#L100: 	subConns    map[int]CloseInvoker
		client.go#L216: 	c.subConns = map[int]CloseInvoker{}
		pool.go#L19: type CloseInvoker interface {
		pool.go#L40: func (c *Client) Pool(max int64) (CloseInvoker, error) {
		pool.go#L113: func (c *Client) DC(ctx context.Context, dc int, max int64) (CloseInvoker, error) {
		pool.go#L119: func (c *Client) MediaOnly(ctx context.Context, dc int, max int64) (CloseInvoker, error) {