avatarHash property

  1. @JsonKey.new(includeIfNull: false, name: 'avatar_hash')
String? avatarHash
final

The hash of the webhook avatar

Implementation

@JsonKey(includeIfNull: false, name: 'avatar_hash')
final String? avatarHash;