flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: writeAllowed,
b03: sharePhoneNumber,
b01: peer != null || msgId != null || buttonId != null,
b02: url != null,
b04: matchCode != null,
);
return v;
}