Layer 227
UpdateDeleteGroupCallMessages
Indicates that messages were deleted from the in-call message overlay of a video chat/livestream or live story, including in RTMP mode.
constructor
updateDeleteGroupCallMessages#3e85e92c call:InputGroupCall messages:Vector<int> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Video chat/livestream or live story from which the messages were deleted |
| Messages | Vector < int > | IDs of the deleted in-call messages |
Returns
UpdateGogram Example
// Creating UpdateDeleteGroupCallMessages constructor obj := &tg.UpdateDeleteGroupCallMessages{ Call: &tg.InputGroupCall{}, Messages: &tg.VectorInt{}, }