dico.model.stage module

class dico.model.stage.StageInstance(client, resp)

Bases: DiscordObjectBase

TYPING

alias of Union[int, str, Snowflake, StageInstance]

RESPONSE

alias of Union[StageInstance, Awaitable[StageInstance]]

RESPONSE_AS_LIST

alias of Union[List[StageInstance], Awaitable[List[StageInstance]]]

property guild
property channel
raw
id
client
class dico.model.stage.PrivacyLevel(value)

Bases: TypeBase

PUBLIC = 1
GUILD_ONLY = 2