Discord::REST::ThreadsPayload
Inherits JSON::Serializable < Struct < Value < Object
Response payload to a thread list request
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
has_more
Sourcehas_more=(has_more : Bool | Nil)
Sourcemembers
Sourcemembers=(members : Array(ThreadMember))
Sourcethreads
Sourcethreads=(threads : Array(Channel))
Source