mentionsWithTagInfo method
- 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;
}