EditChatInviteLinkReq

telegramium.bots.client.EditChatInviteLinkReq
final case class EditChatInviteLinkReq(chatId: ChatId, inviteLink: String, name: Option[String], expireDate: Option[Int], memberLimit: Option[Int], createsJoinRequest: Option[Boolean])

Value parameters

chatId

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

createsJoinRequest

True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified

expireDate

Point in time (Unix timestamp) when the link will expire

inviteLink

The invite link to edit

memberLimit

The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999

name

Invite link name; 0-32 characters

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product