includeParentMessageText property
Determines whether to include the parent message text in the results
when the messages are replies in a thread. If the type of the parent
message is UserMessage
the value is a message
. If it is
FileMessage
, the value is the name
of the uploaded file.
default value is false
Implementation
@override
bool? includeParentMessageText = false;