Skip to content

messages.checkHistoryImport

Layer 225

Constructor ID: 0x43fe19f3
Returns: HistoryImportParsed

Parameters

NameTypeDescription
import_headstring

Example

go
result, err := client.Raw(&tg.CheckHistoryImportRequest{
    import_head: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.