isThreadGroupsCanPost property

bool? get isThreadGroupsCanPost

can communities leave comments in the thread?

Implementation

bool? get isThreadGroupsCanPost => payload['thread']?['groups_can_post'];