type github.com/gotd/td/internal/mtproto.Options

11 uses

	github.com/gotd/td/internal/mtproto (current package)
		conn.go#L117: func New(dialer Dialer, opt Options) *Conn {
		options.go#L20: type Options struct {
		options.go#L93: func (opt *Options) setDefaultPublicKeys() {
		options.go#L102: func (opt *Options) setDefaults() {

	github.com/gotd/td/internal/pool
		session.go#L47: func (s *SyncSession) Options(opts mtproto.Options) (mtproto.Options, Session) {

	github.com/gotd/td/telegram
		client.go#L76: 	opts mtproto.Options // immutable
		client.go#L181: 	client.opts = mtproto.Options{
		conn_builder.go#L39: 	opts mtproto.Options,
		conn_builder.go#L48: 		opts mtproto.Options,

	github.com/gotd/td/telegram/internal/manager
		create.go#L58: 	opts mtproto.Options,