Interface TranslateStatusParams

interface TranslateStatusParams {
    lang?: string;
}

Properties

Properties

lang?: string

String (ISO 639 language code). The status content will be translated into this language. Defaults to the user’s current locale.