TelegramPHP Documentation

ChatJoinRequestBehaviour

Approving or declining a request to join a chat.

Tags
author

Valithor Obsidion valithor@valgorithms.com

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>
Return values
PromiseInterface<string|int, bool>
On this page

Search results