UploadStickerFile constructor

UploadStickerFile({
  1. required int userId,
  2. StickerFormat? stickerFormat,
  3. InputFile? sticker,
})

Implementation

UploadStickerFile({required this.userId, this.stickerFormat, this.sticker});