| 1878 | } |
| 1879 | |
| 1880 | bool DocumentData::isImage() const { |
| 1881 | return (_flags & Flag::ImageType); |
| 1882 | } |
| 1883 | |
| 1884 | bool DocumentData::hasAttachedStickers() const { |
| 1885 | return (_flags & Flag::HasAttachedStickers); |
no outgoing calls
no test coverage detected