translationTargetLanguages property
final
The list of target translation languages with the language codes.
The messages that have been sent or scheduled with translation option will have this list.
(refer to BaseChannelMessage.sendUserMessage
)
Implementation
final List<String>? translationTargetLanguages;