messages.CheckedHistoryImportPeer
- class pyrogram.raw.base.messages.CheckedHistoryImportPeer
Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info ».
- Constructors:
This base type has 1 constructor available.
Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info ».
- 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",
)