Skip to content

messages.readEncryptedHistory

Layer 225

Constructor ID: 0x7f4b690a
Returns: Bool

Parameters

NameTypeDescription
peerInputEncryptedChat
max_dateint32

Example

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

Released under the Apache-2.0 License.