messages.HistoryImport
- class pyrogram.raw.base.messages.HistoryImport
Identifier of a history import session, click here for more info ».
- Constructors:
This base type has 1 constructor available.
ID of a specific chat import session, click here for more info ».
- Functions:
This object can be returned by 1 function.
Import chat history from a foreign chat app into a specific Telegram chat, click here for more info about imported chats ».
TL Schema
messages.historyImport#1662af0b
id:long
= messages.HistoryImport
Parameter Tree
HistoryImport
└── id →
longExample
HistoryImport(
id=0,
)