Update Client.create_application_emoji docs

This commit is contained in:
tom
2025-01-16 01:01:09 +01:00
committed by GitHub
parent 1edec93ed3
commit 2c3938dd51

View File

@ -3200,7 +3200,7 @@ class Client:
Parameters
----------
name: :class:`str`
The emoji name. Must be at least 2 characters.
The emoji name. Must be between 2 and 32 characters long.
image: :class:`bytes`
The :term:`py:bytes-like object` representing the image data to use.
Only JPG, PNG and GIF images are supported.