Skip to content

Commit

Permalink
Add GuildMember Banner (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc94 authored Nov 16, 2024
1 parent cab812b commit cc1ed44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ static ImmutablePartialMemberData.Builder builder() {

Optional<String> avatar();

Possible<Optional<String>> banner();

List<Id> roles();

// Nullable for member update event concerning lurker in stage channel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ static ImmutableGuildMemberUpdate.Builder builder() {

Optional<String> avatar();

Optional<String> banner();

@JsonProperty("joined_at")
Optional<String> joinedAt();

Expand Down

0 comments on commit cc1ed44

Please sign in to comment.