Skip to content

messages.setHistoryTTL

Layer 225

Constructor ID: 0xb80e5fe4
Returns: Updates

Parameters

NameTypeDescription
peerInputPeer
periodint32

Example

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

Released under the Apache-2.0 License.