telegramium.bots.client.GetChatMemberCountReq.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 or channel (in the format
* @channelusername)
*/
final case class GetChatMemberCountReq(chatId: ChatId)