We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250770c commit 450e38bCopy full SHA for 450e38b
interactions/models/discord/user.pyi
@@ -52,6 +52,8 @@ class FakeBaseUserMixin(DiscordObject, _SendDMMixin):
52
def display_name(self) -> str: ...
53
@property
54
def display_avatar(self) -> Asset: ...
55
+ @property
56
+ def avatar_url(self) -> str: ...
57
async def fetch_dm(self, *, force: bool) -> DM: ...
58
def get_dm(self) -> Optional["DM"]: ...
59
0 commit comments