fileTypeSticker property
The file is a sticker
Implementation
FileTypeSticker? get fileTypeSticker {
if (this is FileTypeSticker) {
return this as FileTypeSticker;
}
return null;
}
The file is a sticker
FileTypeSticker? get fileTypeSticker {
if (this is FileTypeSticker) {
return this as FileTypeSticker;
}
return null;
}