Skip to content

messages.deleteSavedHistory

Layer 225

Constructor ID: 0x4dc5085f
Returns: AffectedHistory

Parameters

NameTypeDescription
parent_peerInputPeer (flags.0, optional)
peerInputPeer
max_idint32
min_dateint32 (flags.2, optional)
max_dateint32 (flags.3, optional)

Example

go
result, err := client.Raw(&tg.DeleteSavedHistoryRequest{
    parent_peer: nil, // InputPeer
    peer: nil, // InputPeer
    max_id: 0,
    min_date: 0,
    max_date: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.