Interface UpdateGroupCallMessagesDeleted

Some group call messages were deleted. Subtype of Update.

interface UpdateGroupCallMessagesDeleted {
    @type: "updateGroupCallMessagesDeleted";
    group_call_id: number;
    message_ids: number[];
}

Properties

@type: "updateGroupCallMessagesDeleted"
group_call_id: number

Identifier of the group call.

message_ids: number[]

Identifiers of the deleted messages.