api.editCustomLanguagePackInfo()
Edits information about a custom local language pack in the current localization target. Can be called before authorization
Parameters
EditCustomLanguagePackInfoParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
info | New information about the custom local language pack |
Returns
ApiResponse
interface:interface ApiResponse {
_: 'editCustomLanguagePackInfo' | 'error'
airgram: Airgram
request: {
method: 'editCustomLanguagePackInfo'
params: EditCustomLanguagePackInfoParams
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}