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.

messages.HistoryImport

ID of a specific chat import session, click here for more info ».

Functions:

This object can be returned by 1 function.

messages.InitHistoryImport

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
└── idlong

Example

HistoryImport(
    id=0,
)