Type Alias I18nValueLiteral

I18nValueLiteral: string | {
    entities?: tl.TypeMessageEntity[];
    text: string;
}

Literal translated value, represented by (optionally formatted) string