MadelineProtoDocs/docs/API_docs/constructors/help.countriesListNotModified.md

33 lines
630 B
Markdown
Raw Normal View History

2020-10-01 18:05:42 +02:00
---
title: help.countriesListNotModified
description: help.countriesListNotModified attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/help_countriesListNotModified.html
---
# Constructor: help.countriesListNotModified
[Back to constructors index](index.md)
### Type: [help.CountriesList](../types/help.CountriesList.md)
### Example:
```php
$help.countriesListNotModified = ['_' => 'help.countriesListNotModified'];
```
Or, if you're into Lua:
```lua
help.countriesListNotModified={_='help.countriesListNotModified'}
```