Layer 224
MessagesCheckedHistoryImportPeerObj
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 MessagesCheckedHistoryImportPeerObj constructor obj := &tg.MessagesCheckedHistoryImportPeerObj{ ConfirmText: "Hello, World!", }