InputChatPhotoSticker constructor

const InputChatPhotoSticker({
  1. required ChatPhotoSticker sticker,
})

A sticker on a custom background

Implementation

const InputChatPhotoSticker({
  required this.sticker,
});