avatar property

  1. @JsonKey.new(includeIfNull: true)
String? avatar
final

The avatar hash of the bot

Implementation

@JsonKey(includeIfNull: true)
final String? avatar;