PrimaryInviteLink
data class PrimaryInviteLink(val inviteLink: String, val creator: User, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : ChatInviteLink
Primary invite link in the chat for this bot
Constructors
Link copied to clipboard
constructor(inviteLink: String, creator: User, isRevoked: Boolean = false, expireDate: TelegramDate? = null)