messages.GetAttachMenuBots
- class pyrogram.raw.functions.messages.GetAttachMenuBots
Returns installed attachment menu bot mini apps »
- Details:
Layer:
223ID:
16FCC2CB
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
messages.getAttachMenuBots#16fcc2cb
hash:long
= AttachMenuBots
Parameter Tree
GetAttachMenuBots
└── hash →
longExample
await app.invoke(
GetAttachMenuBots(
hash=0,
)
)