Skip to content

Commit

Permalink
Document GuildMemberRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Furnyr committed Jan 11, 2025
1 parent 08eb218 commit c05d2a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/developer_tools/Embedded_App_SDK.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,17 @@ No scopes required
| deaf | boolean |
| mute | boolean |

#### GuildMemberRPC

| Property | Type |
|-------------------------|---------------------------------------------------------------------------------------------|
| user_id | string |
| nick? | string \| null |
| guild_id | string |
| avatar? | string \| null |
| avatar_decoration_data? | [AvatarDecorationData](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/avatardecorationdata) \| null |
| color_string? | string \| null |

#### Image

| Property | Type |
Expand Down

0 comments on commit c05d2a7

Please sign in to comment.