isThreadShowReplyButton property

bool? get isThreadShowReplyButton

do I need to display the reply button in the branch

Implementation

bool? get isThreadShowReplyButton => payload['thread']?['show_reply_button'];