Event API PrivatePoke - KonataDev/Konata.Core GitHub Wiki
Poke a member of the group.
GroupPokeMember
| Name | C Type | Description |
|---|---|---|
| Bot | uint32_t | Bot account |
| Friend | uint32_t | Friend uin |
The return type is an uint32_t.
| Return Value | Description |
|---|---|
| SUCCESS 0 |
Operation successfully. |
| FAILED -1 |
Operation failed. |
| DISABLED -2 |
Friend disabled him this function. |