title: Get Current User Guilds category: User
getCurrentUserGuilds
$client->user->getCurrentUserGuilds($parameters);
Requires the guilds OAuth2 scope.
Name | Type | Required | Default |
---|---|---|---|
before | snowflake | false | null |
after | snowflake | false | null |
limit | integer | false | 100 |
Returns a list of partial guild objects the current user is a member of.
Can Return: