Skip to content

messages.reportReadMetrics

Layer 225

Constructor ID: 0x4067c5e6
Returns: Bool

Parameters

NameTypeDescription
peerInputPeer
metrics[]InputMessageReadMetric

Example

go
result, err := client.Raw(&tg.ReportReadMetricsRequest{
    peer: nil, // InputPeer
    metrics: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.