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