MadelineProtoDocs/docs/API_docs/constructors/messages.checkedHistoryImportPeer.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image redirect_from
messages.checkedHistoryImportPeer Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info ». true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_checkedHistoryImportPeer.html

Constructor: messages.checkedHistoryImportPeer

Back to constructors index

Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info ».

Attributes:

Name Type Required Description
confirm_text string Yes A confirmation text to be shown to the user, upon importing chat history ».

Type: messages.CheckedHistoryImportPeer

Example:

$messages_checkedHistoryImportPeer = ['_' => 'messages.checkedHistoryImportPeer', 'confirm_text' => 'string'];