Layer 227
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

Update

Gogram Example

// Creating UpdateDeleteGroupCallMessages constructor
obj := &tg.UpdateDeleteGroupCallMessages{
    Call: &tg.InputGroupCall{},
    Messages: &tg.VectorInt{},
}