mentionsWithBlockedInfo method

MessagesRequestBuilder mentionsWithBlockedInfo(
  1. bool mentionsWithBlockedInfo
)

Method to get messages with block information.

Implementation

MessagesRequestBuilder mentionsWithBlockedInfo(bool mentionsWithBlockedInfo) {
  this._mentionsWithBlockedInfo = mentionsWithBlockedInfo;
  return this;
}