useMemberInfoInMessage property

bool useMemberInfoInMessage

Implementation

bool get useMemberInfoInMessage => _useMemberInfoInMessage;
void useMemberInfoInMessage=(dynamic value)

If set true, the information of

  1. BaseMessage.sender
  2. 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;
}