Webpack build for branch master: 765b652e6a

This commit is contained in:
Travis CI 2017-09-02 12:59:33 +00:00
parent 23f595a07b
commit 8b4def6f1f

View file

@ -8489,7 +8489,7 @@ class User extends Base {
* @param {Object} [options={}] Options for the avatar url
* @param {string} [options.format='webp'] One of `webp`, `png`, `jpg`, `gif`. If no format is provided,
* it will be `gif` for animated avatars or otherwise `webp`
* @param {number} [options.size=128] One of `128`, '256', `512`, `1024`, `2048`
* @param {number} [options.size=128] One of `128`, `256`, `512`, `1024`, `2048`
* @returns {string}
*/
displayAvatarURL(options) {