static fun format(formattedTextSections: MutableList<FormattedTextSection!>!): FormattedText!
Creates a formatted text consisting of provided sections.
formattedTextSections
- MutableList<FormattedTextSection!>!: A list of formatted text sections. Each section can use a different format.
Return
FormattedText!: Formatted text consisting of provided sections.