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#L214: func (c *Conn) Ready() <-chan struct{} {
		conn.go#L220: func (c *Conn) Invoke(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
		conn.go#L240: func (c *Conn) invokeCDN(
		conn.go#L274: func (c *Conn) invokeCDNWrapped(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
		conn.go#L281: func (c *Conn) invokeCDNRaw(ctx context.Context, input bin.Encoder, output bin.Decoder) error {
		conn.go#L284: func (c *Conn) shouldCDNRetryWrapped(err error) bool {
		conn.go#L300: func (c *Conn) OnMessage(b *bin.Buffer) error {
		conn.go#L312: func (c *Conn) wrapRequest(req bin.Object) bin.Object {
		conn.go#L322: func (c *Conn) cdnInitRequest(query bin.Object) bin.Object {
		conn.go#L339: func (c *Conn) init(ctx context.Context) error {
		conn.go#L412: func (c *Conn) Ping(ctx context.Context) error {
		create.go#L62: ) *Conn {
		create.go#L64: 	conn := &Conn{