Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ public String getText() {
return this.textContent;
}

/**
* Get the text content of the message.
* @return the text content of the message
*/
@Nullable
public String getTextContent() {
return this.textContent;
}

/**
* Get the metadata of the message.
* @return the metadata of the message
Expand Down