ChatJoinRequestBehaviour
Approving or declining a request to join a chat.
Tags
Table of Contents
Methods
- approve() : PromiseInterface<string|int, bool>
- Lets the user in.
- decline() : PromiseInterface<string|int, bool>
- Turns the request down.
Methods
approve()
Lets the user in.
public
approve() : PromiseInterface<string|int, bool>
Return values
PromiseInterface<string|int, bool>decline()
Turns the request down.
public
decline() : PromiseInterface<string|int, bool>