flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b03: nopremium,
    b04: spoiler,
    b06: video,
    b07: round,
    b08: voice,
    b00: document != null,
    b05: altDocuments != null,
    b09: videoCover != null,
    b10: videoTimestamp != null,
    b02: ttlSeconds != null,
  );

  return v;
}