Guilds
API models for the guilds
endpoint.
GetGuildResponse ¶
A model response from ravyapi.api.endpoints.guilds.Guilds.get_guild
.
Attributes:
Name | Type | Description |
---|---|---|
data |
dict[str, Any]
|
The raw data returned from the Ravy API. |
trust |
Trust
|
The guild's |
bans |
list[BanEntryResponse]
|
A list of the guild's |
bans
property
¶
A list of the guilds's ravyapi.api.models.generic.ban_entry.BanEntryResponse
ban models.