Event OnPrivateMessage - KonataDev/Konata.Core GitHub Wiki
Calling while bot received a new message from a friend.
OnPrivateMessage
Name | C Type | Description |
---|---|---|
Bot | uint32_t | Bot account |
Friend | uint32_t | Friend uin |
Message | const char* | Message content encoded in UTF8 |
MessageId | uint32_t | Message identifier |
The return type is an uint32_t
.
Return Value | Description |
---|---|
IGNORE 0 |
Ignore this event. |
BLOCKED 1 |
Block this event to the next extension. |