mentionsWithTagInfo method

MessagesRequestBuilder mentionsWithTagInfo(
  1. bool mentionsWithTagInfo
)

Method to get messages with tag information.

Implementation

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