Create an Application Icon for Chat
When creating an Application Icon for Chat, follow these guidelines:
-
The icon must be in .PNG format and have a transparent background

-
Canvas size: 108x66 px, the left part is used for the inactive icon, and the right part is for displaying the active one

-
The main part of the icon should not exceed 45x32 px and must be centered in the middle of each section

-
The primary color for the inactive icon is
#b3b7bc, and for the active icon, it is#2fc7f7
To simplify the icon creation process, we provide several templates. You can download them and use them in your work.



-
To upload the image when registering or updating the application, you need to pass the key
ICON_FILE. The value of this key should be the base64 of your image'ICON_FILE' => base64_encode( file_get_contents( __DIR__.'/icon_button.png' ) ),
Warning
If you do not create an icon for the application, it will be grouped under a service button:
