Skip to content

stories.report

Layer 225

Constructor ID: 0x19d8eb45
Returns: ReportResult

Parameters

NameTypeDescription
peerInputPeer
id[]int32
option[]byte
messagestring

Example

go
result, err := client.Raw(&tg.ReportRequest{
    peer: nil, // InputPeer
    id: nil,
    option: nil,
    message: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.