Layer 228
constructor
updateDeleteEphemeralMessages#56dbfcf8 peer:Peer ids:Vector<int> = Update;

Parameters

Name Type Description
Peer Peer
Ids Vector<int>

Returns

Update

Gogram Example

// Creating UpdateDeleteEphemeralMessages constructor
obj := &tg.UpdateDeleteEphemeralMessages{
    Peer: &tg.PeerChannel{},
    Ids: []int{},
}