Partials

Partial objects are used to create new resources, without needed lengthy payloads or large objects.

Partial Channel

class acord.PartialChannel(*, name: str, type: acord.bases.flags.channels.ChannelTypes)

Partial Emoji

class acord.PartialEmoji(*, id: acord.models.Snowflake, name: str, animated: bool)

Partial Webhook

Attributes
class acord.PartialWebhook(adapter=None, *, url: str = None, id: acord.models.Snowflake, token: str)
id: Snowflake

ID of webhook

token: str

Webhook token