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

telegramium.bots.client.EditChatSubscriptionInviteLinkReq.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 inviteLink
  *   The invite link to edit
  * @param name
  *   Invite link name; 0-32 characters
  */
final case class EditChatSubscriptionInviteLinkReq(
  chatId: ChatId,
  inviteLink: String,
  name: Option[String] = Option.empty
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy