Airgram

Guides
/
/
Methods

api.editCustomLanguagePackInfo()

Edits information about a custom local language pack in the current localization target. Can be called before authorization

Parameters EditCustomLanguagePackInfoParams:

NameTypeDescription
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>
}