inputChatPhotoSticker property
A sticker on a custom background
Implementation
InputChatPhotoSticker? get inputChatPhotoSticker {
if (this is InputChatPhotoSticker) {
return this as InputChatPhotoSticker;
}
return null;
}
A sticker on a custom background
InputChatPhotoSticker? get inputChatPhotoSticker {
if (this is InputChatPhotoSticker) {
return this as InputChatPhotoSticker;
}
return null;
}