/// <summary> /// Remove all messages from the chat. /// </summary> /// <param name="chatId"> /// The id of the chat. /// </param> public void Clear(int chatId) { context.Clear(chatId); }