Skip to content

messages.sendScreenshotNotification

Layer 225

Constructor ID: 0xa1405817
Returns: Updates

Parameters

NameTypeDescription
peerInputPeer
reply_toInputReplyTo
random_idint64

Example

go
result, err := client.Raw(&tg.SendScreenshotNotificationRequest{
    peer: nil, // InputPeer
    reply_to: nil, // InputReplyTo
    random_id: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.