dico.model.application module

class dico.model.application.Application(client, resp)

Bases: object

TYPING

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

RESPONSE

alias of Union[Application, Awaitable[Application]]

icon_url(*, extension='webp', size=1024)
cover_image_url(*, extension='webp', size=1024)
property owner_ids
class dico.model.application.ApplicationFlags(*args, **kwargs)

Bases: FlagBase

GATEWAY_PRESENCE = 4096
GATEWAY_PRESENCE_LIMITED = 8192
GATEWAY_GUILD_MEMBERS = 16384
GATEWAY_GUILD_MEMBERS_LIMITED = 32768
VERIFICATION_PENDING_GUILD_LIMIT = 65536
EMBEDDED = 131072
GATEWAY_MESSAGE_CONTENT = 262144
GATEWAY_MESSAGE_CONTENT_LIMITED = 524288
APPLICATION_COMMAND_BADGE = 8388608
class dico.model.application.InstallParams(resp)

Bases: object

class dico.model.application.Team(client, resp)

Bases: object

icon_url(*, extension='webp', size=1024)
property member_ids
class dico.model.application.TeamMember(client, resp)

Bases: object

class dico.model.application.MembershipState(value)

Bases: TypeBase

INVITED = 1
ACCEPTED = 2