channels.reportSpam
Layer 225
Constructor ID: 0xf44a8315
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
participant | InputPeer | |
id | []int32 |
Example
go
result, err := client.Raw(&tg.ReportSpamRequest{
channel: nil, // InputChannel
participant: nil, // InputPeer
id: nil,
})
if err != nil {
panic(err)
}
print(result)