telegramium.bots.client.DeleteChatStickerSetReq.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 supergroup (in the format
* @supergroupusername)
*/
final case class DeleteChatStickerSetReq(chatId: ChatId)