langpack.getStrings
Get strings from a language pack
Example
TL schema
Parameters
Name | Type | Description |
lang_pack | Language pack name | |
lang_code | Language code | |
keys | Strings to get |
Result
Vector[LangPackString](https://core.telegram.org/type/LangPackString)
Possible errors
Code | Type | Description |
400 | LANG_PACK_INVALID | The provided language pack is invalid |
Can bots use this methd ?
yes
Related pages
Last updated