UploadStickerFile constructor

UploadStickerFile(
  1. {required int user_id,
  2. required StickerFormat sticker_format,
  3. required InputFile sticker,
  4. int? extra,
  5. int? clientId}
)

Uploads a file with a sticker; returns the uploaded file

Returns File

Implementation

UploadStickerFile