diff options
| author | khazhyk <[email protected]> | 2017-07-22 17:30:09 -0700 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-07-25 06:09:40 -0400 |
| commit | 12ca0d9b167cc55299e276f756a4f9ed8c9e921f (patch) | |
| tree | 5248e2ca8c01fe9ebb28f53e34f43453d68c6e2c /docs/index.rst | |
| parent | accept_invite() doesn't exist on rewrite (diff) | |
| download | discord.py-12ca0d9b167cc55299e276f756a4f9ed8c9e921f.tar.xz discord.py-12ca0d9b167cc55299e276f756a4f9ed8c9e921f.zip | |
avatar_url_as improvements
static_format will only apply to static (not animated) avatars. Makes
it easier to grab gif-or-'format' of an avatar. Defaults to 'webp'
This is for a similar usecase to avatar_url_as(format=None), except
one can specify the non-animated format, instead of always using
webp.
add User.avatar_is_animated property.
add validation for avatar_url_as, since invalid arguments result in
a url which will return 415, which can be confusing for a user. (They
just see a blank page)
Discord accepts size=16-2048, but images cap at 1024px, so accept 16-1024
Discord accepts "jpg", "jpeg", "png", "gif", and "webp", *unless* the
avatar is not animated, in which case "gif" is not supported. :\
Diffstat (limited to 'docs/index.rst')
0 files changed, 0 insertions, 0 deletions