telegramium.bots.client.DeleteMessageReq.scala Maven / Gradle / Ivy
package telegramium.bots.client
import telegramium.bots.ChatId
/** @param chatId
* Unique identifier for the target chat or username of the target channel (in the format @channelusername)
* @param messageId
* Identifier of the message to delete
*/
final case class DeleteMessageReq(chatId: ChatId, messageId: Int)