Module: Rubirai::JoinGroupRequestOperation

Defined in:
lib/rubirai/event_resp.rb

Overview

Operations for responding to group join requests. Only use the values defined in this module to respond to group join requests.

Constant Summary collapse

APPROVE =

Approve the request

0
DENY =

Deny the request

1
IGNORE =

Ignore the request

2
DENY_AND_BLACKLIST =

Deny and blacklist the sender of the request

3
IGNORE_AND_BLACKLIST =

Ignore and blacklist the sender of the request

4