github.com/gotd/td/tg.Client.AuthRecoverPassword (method)

2 uses

	github.com/gotd/td/tg (current package)
		tl_auth_recover_password_gen.go#L252: func (c *Client) AuthRecoverPassword(ctx context.Context, request *AuthRecoverPasswordRequest) (AuthAuthorizationClass, error) {

	github.com/gotd/td/telegram/auth
		password.go#L258: 	auth, err := c.api.AuthRecoverPassword(ctx, req)