Layer 224
method
messages.reportReadMetrics#4067c5e6 peer:InputPeer metrics:Vector<InputMessageReadMetric> = Bool;

Parameters

Name Type Description
Peer InputPeer
Metrics Vector<InputMessageReadMetric>

Returns

Bool

Gogram Example

// MessagesReportReadMetrics - positional arguments
result, err := client.MessagesReportReadMetrics(&tg.InputPeerUser{UserID: int64(777000)}, []tg.InputMessageReadMetric{&tg.InputMessageReadMetric{}})
if err != nil {
    // handle error
}
// result is *tg.Bool