MadelineProto/docs/API_docs/constructors/updateLangPack.md

36 lines
591 B
Markdown
Raw Normal View History

2017-06-30 15:36:33 +02:00
---
title: updateLangPack
description: updateLangPack attributes, type and example
---
## Constructor: updateLangPack
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|difference|[LangPackDifference](../types/LangPackDifference.md) | Yes|
### Type: [Update](../types/Update.md)
### Example:
```
$updateLangPack = ['_' => 'updateLangPack', 'difference' => LangPackDifference, ];
```
Or, if you're into Lua:
```
updateLangPack={_='updateLangPack', difference=LangPackDifference, }
```