type github.com/gotd/td/telegram/internal/manager.Conn

13 uses

	github.com/gotd/td/telegram/internal/manager (current package)
		conn.go#L42: type Conn struct {
		conn.go#L78: func (c *Conn) OnSession(session mtproto.Session) error {
		conn.go#L96: func (c *Conn) trackInvoke() func() {
		conn.go#L121: func (c *Conn) Run(ctx context.Context) (err error) {
		conn.go#L139: func (c *Conn) waitSession(ctx context.Context) error {
		conn.go#L152: func (c *Conn) Ready() <-chan struct{} {
		conn.go#L157: func (c *Conn) Invoke(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
		conn.go#L168: func (c *Conn) OnMessage(b *bin.Buffer) error {
		conn.go#L180: func (c *Conn) wrapRequest(req bin.Object) bin.Object {
		conn.go#L190: func (c *Conn) init(ctx context.Context) error {
		conn.go#L249: func (c *Conn) Ping(ctx context.Context) error {
		create.go#L60: ) *Conn {
		create.go#L62: 	conn := &Conn{