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

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

There is a newer version: 9.711.0
Show newest version
package telegramium.bots.client

import telegramium.bots.ChatId

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy