Skip to content

messages.reportSpam

Layer 225

Constructor ID: 0xcf1592db
Returns: Bool

Parameters

NameTypeDescription
peerInputPeer

Example

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

Released under the Apache-2.0 License.