SilcMessageFlags
NAME
typedef uint16 SilcMessageFlags;
DESCRIPTION
The message flags type definition and the message flags. The
message flags are used to indicate some status of the message.
These flags are also used by the private message interfaces.
SOURCE
typedef uint16 SilcMessageFlags;
/* The message flags (shared by both channel and private messages) */
#define SILC_MESSAGE_FLAG_NONE 0x0000
#define SILC_MESSAGE_FLAG_AUTOREPLY 0x0001
#define SILC_MESSAGE_FLAG_NOREPLY 0x0002
#define SILC_MESSAGE_FLAG_ACTION 0x0004
#define SILC_MESSAGE_FLAG_NOTICE 0x0008
#define SILC_MESSAGE_FLAG_REQUEST 0x0010
#define SILC_MESSAGE_FLAG_SIGNED 0x0020
#define SILC_MESSAGE_FLAG_RESERVED 0x0040 /* to 0x0200 */
#define SILC_MESSAGE_FLAG_PRIVATE 0x0400 /* to 0x8000 */