minus

operator fun minus(flag: MessageFlag): MessageFlags(source)

Returns an instance of MessageFlags that has all bits set that are set in this except the bits that are set in flag.


operator fun minus(flags: MessageFlags): MessageFlags(source)

Returns an instance of MessageFlags that has all bits set that are set in this except the bits that are set in flags.