messages.CheckedHistoryImportPeer
- class pyrogram.raw.types.messages.CheckedHistoryImportPeer
Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info ».
Constructor of
CheckedHistoryImportPeer.- Details:
Layer:
223ID:
A24DE717
- Parameters:
confirm_text (
str) – A confirmation text to be shown to the user, upon importing chat history ».
- Functions:
This object can be returned by 1 function.
Check whether chat history exported from another chat app can be imported into a specific Telegram chat, click here for more info ».
TL Schema
messages.checkedHistoryImportPeer#a24de717
confirm_text:string
= messages.CheckedHistoryImportPeer
Parameter Tree
CheckedHistoryImportPeer
└── confirm_text →
stringExample
CheckedHistoryImportPeer(
confirm_text="text",
)