joinedAt property

  1. @JsonKey.new(name: 'joined_at')
DateTime joinedAt
final

ISO8601 timestamp of when the user joined the guild

Implementation

@JsonKey(name: 'joined_at')
final DateTime joinedAt;