Layer 228
UpdateDeleteEphemeralMessages
constructor
updateDeleteEphemeralMessages#56dbfcf8 peer:Peer ids:Vector<int> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | |
| Ids | Vector<int> |
Returns
UpdateGogram Example
// Creating UpdateDeleteEphemeralMessages constructor obj := &tg.UpdateDeleteEphemeralMessages{ Peer: &tg.PeerChannel{}, Ids: []int{}, }