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

11 uses

	github.com/gotd/td/mtproto (current package)
		conn.go#L127: func New(dialer Dialer, opt Options) *Conn {
		options.go#L21: type Options struct {
		options.go#L110: func (opt *Options) setDefaultPublicKeys() {
		options.go#L119: func (opt *Options) setDefaults() {

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

	github.com/gotd/td/telegram
		client.go#L88: 	opts mtproto.Options // immutable
		client.go#L222: 	client.opts = mtproto.Options{
		conn_builder.go#L59: 	opts mtproto.Options,
		conn_builder.go#L68: 		opts mtproto.Options,

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