type github.com/gotd/td/mtproto.Session

16 uses

	github.com/gotd/td/mtproto (current package)
		conn.go#L28: 	OnSession(session Session) error
		options.go#L108: func (nopHandler) OnSession(session Session) error { return nil }
		session.go#L6: type Session struct {
		session.go#L15: func (c *Conn) session() Session {
		session.go#L20: 	return Session{

	github.com/gotd/td/telegram
		conn_builder.go#L21: func (c clientHandler) OnSession(cfg tg.Config, s mtproto.Session) error {
		conn_builder.go#L39: func (c cdnClientHandler) OnSession(cfg tg.Config, s mtproto.Session) error {
		session.go#L64: func (c *Client) saveSession(cfg tg.Config, s mtproto.Session) error {
		session.go#L101: func (c *Client) onSession(cfg tg.Config, s mtproto.Session) error {
		session.go#L125: func (c *Client) onCDNSession(cfg tg.Config, s mtproto.Session) error {
		session.go#L143: func dcSessionFromMTProto(dc int, s mtproto.Session) pool.Session {

	github.com/gotd/td/telegram/internal/manager
		conn.go#L75: 	pending []mtproto.Session
		conn.go#L88: func (c *Conn) OnSession(session mtproto.Session) error {
		conn.go#L119: 	pending := append([]mtproto.Session(nil), c.pending...)
		handler.go#L11: 	OnSession(cfg tg.Config, s mtproto.Session) error
		handler.go#L19: func (n NoopHandler) OnSession(cfg tg.Config, s mtproto.Session) error {