icon property

  1. @JsonKey.new(includeIfNull: false)
Base64ImageType? icon
final

Base64-encoded icon image for group DM channels

Implementation

@JsonKey(includeIfNull: false)
final Base64ImageType? icon;