stringContent property
The string content of the Message.
If Message.binaryContent exists, Message.stringContent will be covered by it.
Implementation
String? stringContent;
The string content of the Message.
If Message.binaryContent exists, Message.stringContent will be covered by it.
String? stringContent;