type github.com/gotd/td/telegram/auth.SendCodeOptions

8 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L18: func NewFlow(auth UserAuthenticator, opt SendCodeOptions) Flow {
		flow.go#L28: 	Options SendCodeOptions
		flow.go#L118: 	SendCode(ctx context.Context, phone string, options SendCodeOptions) (tg.AuthSentCodeClass, error)
		status.go#L53: 	return c.IfNecessary(ctx, NewFlow(Test(c.rand, dc), SendCodeOptions{}))
		status.go#L59: 	return c.IfNecessary(ctx, NewFlow(TestUser(phone, dc), SendCodeOptions{}))
		user.go#L52: type SendCodeOptions struct {
		user.go#L67: func (c *Client) SendCode(ctx context.Context, phone string, options SendCodeOptions) (tg.AuthSentCodeClass, error) {

	github.com/gotd/td/telegram
		builder.go#L166: 				auth.SendCodeOptions{},