messages.reportReadMetrics
Layer 225
Constructor ID: 0x4067c5e6
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
metrics | []InputMessageReadMetric |
Example
go
result, err := client.Raw(&tg.ReportReadMetricsRequest{
peer: nil, // InputPeer
metrics: nil,
})
if err != nil {
panic(err)
}
print(result)