UploadStickerFile constructor
UploadStickerFile({
- String? extra,
- int? client_id,
- int53? user_id,
- InputSticker? sticker,
Implementation
UploadStickerFile({
super.extra,
super.client_id,
this.user_id,
this.sticker,
});