SendMessageHistoryImportAction
- class pyrogram.raw.types.SendMessageHistoryImportAction
Chat history is being imported
Constructor of
SendMessageAction.- Details:
Layer:
223ID:
DBDA9246
- Parameters:
progress (
int32-bit) – Progress percentage
TL Schema
sendMessageHistoryImportAction#dbda9246
progress:int
= SendMessageAction
Parameter Tree
SendMessageHistoryImportAction
└── progress →
intExample
SendMessageHistoryImportAction(
progress=0,
)