|
@ -4499,14 +4499,14 @@ Guild |
|
|
|
|
|
|
|
|
.. attribute:: banned |
|
|
.. attribute:: banned |
|
|
|
|
|
|
|
|
The list of users that were banned. The type of the list is a :class:`Object` |
|
|
The list of users that were banned. The inner :class:`Object` of the list |
|
|
representing the user. |
|
|
has the :attr:`Object.type` set to :class:`User`. |
|
|
|
|
|
|
|
|
:type: List[:class:`Object`] |
|
|
:type: List[:class:`Object`] |
|
|
.. attribute:: failed |
|
|
.. attribute:: failed |
|
|
|
|
|
|
|
|
The list of users that could not be banned. The type of the list is a :class:`Object` |
|
|
The list of users that could not be banned. The inner :class:`Object` of the list |
|
|
representing the user. |
|
|
has the :attr:`Object.type` set to :class:`User`. |
|
|
|
|
|
|
|
|
:type: List[:class:`Object`] |
|
|
:type: List[:class:`Object`] |
|
|
|
|
|
|
|
|