Module: Rubirai::FriendRequestOperation
- Defined in:
- lib/rubirai/event_resp.rb
Overview
Operations for responding to friend requests. Only use the values defined in this module to respond to friend requests.
Constant Summary collapse
- APPROVE =
Approve the request
0- DENY =
Deny the request
1- DENY_AND_BLACKLIST =
Deny and blacklist the sender of the request
2