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

20 uses

	github.com/gotd/td/telegram/internal/manager (current package)
		conn.go#L43: type Conn struct {
		conn.go#L88: func (c *Conn) OnSession(session mtproto.Session) error {
		conn.go#L108: func (c *Conn) configReady() bool {
		conn.go#L117: func (c *Conn) flushPendingSession() error {
		conn.go#L136: func (c *Conn) trackInvoke() func() {
		conn.go#L161: func (c *Conn) Run(ctx context.Context) (err error) {
		conn.go#L181: func (c *Conn) waitSession(ctx context.Context) error {
		conn.go#L195: func (c *Conn) Ready() <-chan struct{} {
		conn.go#L201: func (c *Conn) Invoke(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
		conn.go#L221: func (c *Conn) invokeCDN(
		conn.go#L255: func (c *Conn) invokeCDNWrapped(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
		conn.go#L262: func (c *Conn) invokeCDNRaw(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
		conn.go#L265: func (c *Conn) shouldCDNRetryWrapped(err error) bool {
		conn.go#L281: func (c *Conn) OnMessage(b *bin.Buffer) error {
		conn.go#L293: func (c *Conn) wrapRequest(req bin.Object) bin.Object {
		conn.go#L303: func (c *Conn) cdnInitRequest(query bin.Object) bin.Object {
		conn.go#L320: func (c *Conn) init(ctx context.Context) error {
		conn.go#L392: func (c *Conn) Ping(ctx context.Context) error {
		create.go#L62: ) *Conn {
		create.go#L64: 	conn := &Conn{