|
@ -1744,12 +1744,12 @@ class Client: |
|
|
|
|
|
|
|
|
Raises |
|
|
Raises |
|
|
------- |
|
|
------- |
|
|
HTTPException |
|
|
:exc:`.HTTPException` |
|
|
Failed to create the group direct message. |
|
|
Failed to create the group direct message. |
|
|
|
|
|
|
|
|
Returns |
|
|
Returns |
|
|
------- |
|
|
------- |
|
|
:class:`GroupChannel` |
|
|
:class:`.GroupChannel` |
|
|
The new group channel. |
|
|
The new group channel. |
|
|
""" |
|
|
""" |
|
|
users = [str(u.id) for u in recipients] |
|
|
users = [str(u.id) for u in recipients] |
|
|