Skip to content

channels.reportSpam

Layer 225

Constructor ID: 0xf44a8315
Returns: Bool

Parameters

NameTypeDescription
channelInputChannel
participantInputPeer
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)

Released under the Apache-2.0 License.