UpdateDeleteMessages¶
Some messages were deleted
UpdateDeleteMessages(
chat_id: int53,
message_ids: list of int53,
is_permanent: Bool,
from_cache: Bool
) → Update
chat_id¶
int53
Chat identifier
message_ids¶
list of int53
Identifiers of the deleted messages
is_permanent¶
Bool
True, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible)
from_cache¶
Bool
True, if the messages are deleted only from the cache and can possibly be retrieved again in the future