messages.GetAttachMenuBots

class pyrogram.raw.functions.messages.GetAttachMenuBots

Returns installed attachment menu bot mini apps »

Details:
  • Layer: 223

  • ID: 16FCC2CB

Parameters:

hash (int 64-bit) – Hash used for caching, for more info click here.

Returns:

AttachMenuBots

TL Schema

messages.getAttachMenuBots#16fcc2cb
hash:long

= AttachMenuBots

Parameter Tree

GetAttachMenuBots
└── hashlong

Example

await app.invoke(
    GetAttachMenuBots(
        hash=0,
    )
)