All Downloads are FREE. Search and download functionalities are using the official Maven repository.

telegramium.bots.client.GetUserChatBoostsReq.scala Maven / Gradle / Ivy

package telegramium.bots.client

import telegramium.bots.ChatId

/** @param chatId
  *   Unique identifier for the chat or username of the channel (in the format @channelusername)
  * @param userId
  *   Unique identifier of the target user
  */
final case class GetUserChatBoostsReq(chatId: ChatId, userId: Long)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy