chatPhotoStickerTypeRegularOrMask property
Information about the sticker, which was used to create the chat photo
Implementation
ChatPhotoStickerTypeRegularOrMask? get chatPhotoStickerTypeRegularOrMask {
if (this is ChatPhotoStickerTypeRegularOrMask) {
return this as ChatPhotoStickerTypeRegularOrMask;
}
return null;
}