messages.HistoryImport
- class pyrogram.raw.types.messages.HistoryImport
ID of a specific chat import session, click here for more info ».
Constructor of
HistoryImport.- Details:
Layer:
223ID:
1662AF0B
- Parameters:
id (
int64-bit) – History import ID
- 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,
)