---
title: help.noAppUpdate
description: No updates are available for the application.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/help_noAppUpdate.html
---
# Constructor: help.noAppUpdate  
[Back to constructors index](index.md)



No updates are available for the application.




### Type: [help.AppUpdate](../types/help.AppUpdate.md)


### Example:

```php
$help.noAppUpdate = ['_' => 'help.noAppUpdate'];
```  


Or, if you're into Lua:

```lua
help.noAppUpdate={_='help.noAppUpdate'}

```