Skip to content

Commit c05d2a7

Browse files
committed
Document GuildMemberRPC
1 parent 08eb218 commit c05d2a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/developer_tools/Embedded_App_SDK.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,17 @@ No scopes required
13201320
| deaf | boolean |
13211321
| mute | boolean |
13221322

1323+
#### GuildMemberRPC
1324+
1325+
| Property | Type |
1326+
|-------------------------|---------------------------------------------------------------------------------------------|
1327+
| user_id | string |
1328+
| nick? | string \| null |
1329+
| guild_id | string |
1330+
| avatar? | string \| null |
1331+
| avatar_decoration_data? | [AvatarDecorationData](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/avatardecorationdata) \| null |
1332+
| color_string? | string \| null |
1333+
13231334
#### Image
13241335

13251336
| Property | Type |

0 commit comments

Comments
 (0)