MadelineProto/old_docs/API_docs_v25/constructors/help_noAppUpdate.md

31 lines
386 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: help.noAppUpdate
description: help_noAppUpdate attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: help.noAppUpdate
[Back to constructors index](index.md)
### Type: [help\_AppUpdate](../types/help_AppUpdate.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$help_noAppUpdate = ['_' => 'help.noAppUpdate', ];
```
Or, if you're into Lua:
```
help_noAppUpdate={_='help.noAppUpdate', }
```