setPinned method
Pin & Save: restricts the result to pinned messages.
Pair with setUID/setGUID — a pinned list belongs to one conversation. Results come back newest-pinned-first.
Implementation
MessagesRequestBuilder setPinned(bool pinned) {
this.pinned = pinned;
return this;
}