--- title: uploadStickerFile description: Bots only. Uploads a png image with a sticker. Returns uploaded file image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Method: uploadStickerFile [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Bots only. Uploads a png image with a sticker. Returns uploaded file ### Parameters: | Name | Type | Description | Required | |----------|---------------|-------------|----------| |user\_id|[int](../types/int.md) | Sticker file owner | Yes| |png\_sticker|[InputFile](../types/InputFile.md) | Png image with the sticker, must be up to 512 kilobytes in size and fit in 512x512 square | Yes| ### Return type: [File](../types/File.md)