Layer 220
MessagesCheckedHistoryImportPeer
Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info.
constructor
messages.checkedHistoryImportPeer#a24de717 confirm_text:string = messages.CheckedHistoryImportPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| ConfirmText | string | A confirmation text to be shown to the user, upon importing chat history. |
Gogram Example
// Creating MessagesCheckedHistoryImportPeer constructor obj := &tg.MessagesCheckedHistoryImportPeer{ ConfirmText: "...", }