Skip to main content

GetUserGuilds

Documentation


Documentation / @discordeno/types / GetUserGuilds

Interface: GetUserGuilds

Defined in: discordeno/user.ts:6

https://docs.discord.com/developers/resources/user#get-current-user-guilds-query-string-params

Properties

after?

optional after?: BigString

Defined in: discordeno/user.ts:10

Get guilds after this guild ID


before?

optional before?: BigString

Defined in: discordeno/user.ts:8

Get guilds before this guild ID


limit?

optional limit?: number

Defined in: discordeno/user.ts:12

Maximum number of entries (between 1-200) to return, defaults to 200


withCounts?

optional withCounts?: boolean

Defined in: discordeno/user.ts:14

Include approximate member and presence counts in response, defaults to false