Skip to content

delete language pack

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / deleteLanguagePack

deleteLanguagePack

suspend fun TelegramFlow.deleteLanguagePack(languagePackId: String?): Unit

Suspend function, which deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can't be deleted. Can be called before authorization.

Parameters

languagePackId - Identifier of the language pack to delete.

Clone this wiki locally