func github.com/gotd/td/internal/pool.NewDC

2 uses

	github.com/gotd/td/internal/pool (current package)
		pool.go#L53: func NewDC(ctx context.Context, id int, newConn func() Conn, opts DCOptions) *DC {

	github.com/gotd/td/telegram
		pool.go#L31: 	p := pool.NewDC(c.ctx, dc, creator, pool.DCOptions{