delete_direct_messages_chat_topic_messages_by_date


Description:

public async Ok delete_direct_messages_chat_topic_messages_by_date (int64 chat_id, int64 topic_id, int32 min_date, int32 max_date) throws TDLibError

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

Parameters:

chat_id

Chat identifier of the channel direct messages chat

topic_id

Identifier of the topic which messages will be deleted

min_date

The minimum date of the messages to delete

max_date

The maximum date of the messages to delete