setParticipatedByMe method
Sets the participated-by-me filter (default true).
Implementation
ThreadsRequestBuilder setParticipatedByMe(bool participatedByMe) {
this.participatedByMe = participatedByMe;
return this;
}
Sets the participated-by-me filter (default true).
ThreadsRequestBuilder setParticipatedByMe(bool participatedByMe) {
this.participatedByMe = participatedByMe;
return this;
}