deleteDirectMessagesChatTopicMessagesByDate¶
Deletes all messages between the specified dates in the topic in a channel direct messages chat administered by the current user. Messages sent in the last 30 seconds will not be deleted
deleteDirectMessagesChatTopicMessagesByDate(
chat_id: int53,
topic_id: int53,
min_date: int32,
max_date: int32
) → Ok