Layer 224
UpdateDeleteGroupCallMessages
Messages deleted from group call
constructor
updateDeleteGroupCallMessages#3e85e92c call:InputGroupCall messages:Vector<int> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Group call |
| Messages | Vector<int> | Deleted message IDs |
Returns
UpdateGogram Example
// Creating UpdateDeleteGroupCallMessages constructor obj := &tg.UpdateDeleteGroupCallMessages{ Call: &tg.InputGroupCall{}, Messages: []int{}, }