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

10 uses

	github.com/gotd/td/telegram (current package)
		bot.go#L24: 	opts Options,
		builder.go#L47: func OptionsFromEnvironment(opts Options) (Options, error) {
		builder.go#L54: 				return Options{}, errors.Wrap(err, "SESSION_DIR not set or invalid")
		builder.go#L61: 			return Options{}, errors.Wrap(err, "session dir creation")
		builder.go#L85: func ClientFromEnvironment(opts Options) (*Client, error) {
		builder.go#L146: func TestClient(ctx context.Context, opts Options, cb func(ctx context.Context, client *Client) error) error {
		client.go#L169: func NewClient(appID int, appHash string, opt Options) *Client {
		options.go#L28: type Options struct {
		options.go#L150: func (opt *Options) setDefaults() {