parentId property

  1. @JsonKey(name: 'parent_id')
String? parentId
final

for guild channels: id of the parent category for a channel (each parent category can contain up to 50 channels), for threads: id of the text channel this thread was created

Implementation

@JsonKey(name: 'parent_id')
final String? parentId;