inputChatPhotoSticker property

InputChatPhotoSticker? inputChatPhotoSticker

A sticker on a custom background

Implementation

InputChatPhotoSticker? get inputChatPhotoSticker {
  if (this is InputChatPhotoSticker) {
    return this as InputChatPhotoSticker;
  }
  return null;
}