bots.SendCustomRequest
- class pyrogram.raw.functions.bots.SendCustomRequest
Sends a custom request; for bots only
- Details:
Layer:
223ID:
AA2769ED
TL Schema
bots.sendCustomRequest#aa2769ed
custom_method:string
params:DataJSON
= DataJSON
Parameter Tree
Example
await app.invoke(
SendCustomRequest(
custom_method="text",
params=DataJSON(data="text"),
)
)