messages.GetAllDrafts

class pyrogram.raw.functions.messages.GetAllDrafts

Return all message drafts. Returns all the latest updateDraftMessage updates related to all chats with drafts.

Details:
  • Layer: 223

  • ID: 6A3F8D65

Parameters:

No parameters required.

Returns:

Updates

TL Schema

messages.getAllDrafts#6a3f8d65

= Updates

Parameter Tree

GetAllDrafts

Example

await app.invoke(
    GetAllDrafts(
    )
)