chatPhotoStickerTypeCustomEmoji property
Information about the custom emoji, which was used to create the chat photo
Implementation
ChatPhotoStickerTypeCustomEmoji? get chatPhotoStickerTypeCustomEmoji {
if (this is ChatPhotoStickerTypeCustomEmoji) {
return this as ChatPhotoStickerTypeCustomEmoji;
}
return null;
}