useMemberInfoInMessage property
Implementation
bool get useMemberInfoInMessage => _useMemberInfoInMessage;
If set true
, the information of
- BaseMessage.sender
- BaseMessage.mentionedUsers such as nickname and profile url will be returned as the same with channel members. Otherwise, the information will be the value of the message's creation time. The default value is true.
Implementation
set useMemberInfoInMessage(value) {
_useMemberInfoInMessage = value;
}