setCustomLanguagePackString - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / setCustomLanguagePackString

setCustomLanguagePackString

suspend fun TelegramFlow.setCustomLanguagePackString(languagePackId: String?, newString: LanguagePackString?): Unit

Suspend function, which adds, edits or deletes a string in a custom local language pack. Can be called before authorization.

Parameters

languagePackId - Identifier of a previously added custom local language pack in the current localization target.

newString - New language pack string.