includeParentMessageText property Null safety

  1. @Deprecated('Use `includeParentMessageInfo` instead')
bool? includeParentMessageText
read / write

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

@Deprecated('Use `includeParentMessageInfo` instead')
bool? includeParentMessageText;