Skip to content

contacts.resetTopPeerRating

Layer 225

Constructor ID: 0x1ae373ac
Returns: Bool

Parameters

NameTypeDescription
categoryTopPeerCategory
peerInputPeer

Example

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

Released under the Apache-2.0 License.