mentionsWithTagInfo method

MessagesRequestBuilder mentionsWithTagInfo(
  1. bool mentionsWithTagInfo
)

mentionsWithTagInfo fetch messages where any user is mentioned. The user object will contain the tags of the mentioned user.

Implementation

MessagesRequestBuilder mentionsWithTagInfo(bool mentionsWithTagInfo){
  this._mentionsWithTagInfo = mentionsWithTagInfo;
  return this;
}