Skip to content

Commit

Permalink
docs: add note to GroupChannel.recipients
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Sep 1, 2024
1 parent ee4a3b3 commit dfaadc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion disnake/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -4806,8 +4806,10 @@ class GroupChannel(disnake.abc.Messageable, Hashable):
----------
recipients: List[:class:`User`]
The users you are participating with in the group channel.
If this channel is received through the gateway, the recipient information
may not be always available.
me: :class:`ClientUser`
The user presenting yourself.
The user representing yourself.
id: :class:`int`
The group channel ID.
owner: Optional[:class:`User`]
Expand Down

0 comments on commit dfaadc6

Please sign in to comment.