chatSubtitleMode property

String? chatSubtitleMode
getter/setter pair

Controls what text appears in the chat subtitle, right below the chat title. No subtitle is displayed when the conversation has no subject set or when set to null. Defaults to "subject".

(also see {@link this.chatTitleMode} and {@link InboxOptions.feedConversationTitleMode}) "subject" | "participants"

Implementation

external String? chatSubtitleMode;