Layer 220
SendMessageHistoryImportAction
Chat history is being imported
constructor
sendMessageHistoryImportAction#dbda9246 progress:int = SendMessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Progress | int | Progress percentage |
Returns
SendMessageActionGogram Example
// Creating SendMessageHistoryImportAction constructor obj := &tg.SendMessageHistoryImportAction{ Progress: 0, }