restrictionInfo property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
RestrictionInfo? restrictionInfo
read / write

Restriction information for the current member. Only Nonnull if the member is muted.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
RestrictionInfo? restrictionInfo;