Skip to content
Proxymiity edited this page Dec 28, 2021 · 4 revisions

MangaDexPy.Group

Represents a MangaDex Group.

Yields:

  • id str
    The UUID of the Group.
  • name str
    The name of the Group.
  • desc str
    The description of the Group.
  • website str
    The website of the Group.
  • irc_server str
    The IRC Server of the Group.
  • irc_channel str
    The IRC Channel of the Group.
  • discord str
    The Discord server of the Group.
  • email str
    The mail address of the Group.
  • locked bool
    Whether or not the Group is locked.
  • official bool
    Whether or not the Group is an official group.
  • verified bool
    Whether or not the Group is verified.
  • leader User
    The Group's leader.
  • members Array[User, ...]
    Group members.
  • created_at str:datetime YYYY-MM-DDTHH:MM:SS+00:00
    The datetime this Group has been created at.
  • updated_at str:datetime YYYY-MM-DDTHH:MM:SS+00:00
    The datetime this Group has been updated at.
Clone this wiki locally