mentionsWithBlockedInfo method
Method to get messages with block information.
Implementation
MessagesRequestBuilder mentionsWithBlockedInfo(bool mentionsWithBlockedInfo) {
this._mentionsWithBlockedInfo = mentionsWithBlockedInfo;
return this;
}
Method to get messages with block information.
MessagesRequestBuilder mentionsWithBlockedInfo(bool mentionsWithBlockedInfo) {
this._mentionsWithBlockedInfo = mentionsWithBlockedInfo;
return this;
}