bots.SetJoinChatResults
- class pyrogram.raw.functions.bots.SetJoinChatResults
Telegram API function.
- Details:
Layer:
227ID:
E71A4810
- Parameters:
query_id (
int64-bit) – N/Aresult (
JoinChatBotResult) – N/A
- Returns:
bool
TL Schema
bots.setJoinChatResults#e71a4810
query_id:long
result:JoinChatBotResult
= Bool
Parameter Tree
Example
await app.invoke(
SetJoinChatResults(
query_id=0,
result=JoinChatBotResultApproved(),
)
)