--- 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'} ```