Skip to content

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 ravyapi.api.models.generic.trust.Trust trust model.

bans list[BanEntryResponse]

A list of the guild's ravyapi.api.models.generic.ban_entry.BanEntryResponse ban models.

bans property

bans: list[BanEntryResponse]

A list of the guilds's ravyapi.api.models.generic.ban_entry.BanEntryResponse ban models.

data property

data: dict[str, Any]

The raw data returned from the Ravy API.

trust property

trust: Trust

The guild's ravyapi.api.models.generic.trust.Trust trust model.