From dfaadc6708f756b44955d2be55a2942e449de6f4 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Sun, 1 Sep 2024 14:07:09 +0200 Subject: [PATCH] docs: add note to `GroupChannel.recipients` --- disnake/channel.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/disnake/channel.py b/disnake/channel.py index ec41bfe1a6..980a5ea1ce 100644 --- a/disnake/channel.py +++ b/disnake/channel.py @@ -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`]