InvokeWithBusinessConnection
- class pyrogram.raw.functions.InvokeWithBusinessConnection
Invoke a method using a Telegram Business Bot connection, see here » for more info, including a list of the methods that can be wrapped in this constructor.
- Details:
Layer:
223ID:
DD289F8E
TL Schema
invokeWithBusinessConnection#dd289f8e
{X:Type}
connection_id:string
query:!X
= X
Parameter Tree
InvokeWithBusinessConnection
├── {X →
Type}├── connection_id →
string└── query →
X <!X>Example
await app.invoke(
InvokeWithBusinessConnection(
{X=None,
connection_id="text",
query=None,
)
)