![JAR search and dependency download from the Maven repository](/logo.png)
telegramium.bots.client.ApproveChatJoinRequestReq.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 userId
* Unique identifier of the target user
*/
final case class ApproveChatJoinRequestReq(chatId: ChatId, userId: Long)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy