Skip to content

messages.reportEncryptedSpam

Layer 225

Constructor ID: 0x4b0c8c0f
Returns: Bool

Parameters

NameTypeDescription
peerInputEncryptedChat

Example

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

Released under the Apache-2.0 License.