ChatInviteLinkWithJoinRequest

data class ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String?, leftToReview: Int, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink

Represent SecondaryChatInviteLink which will require an aprovement from one of the administrators

See also

Constructors

ChatInviteLinkWithJoinRequest
Link copied to clipboard
common
fun ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String? = null, leftToReview: Int = 0, isRevoked: Boolean = false, expireDate: TelegramDate? = null)

Properties

creator
Link copied to clipboard
common
open override val creator: User
expirationDateTime
Link copied to clipboard
common
open override val expirationDateTime: DateTime?
inviteLink
Link copied to clipboard
common
open override val inviteLink: String
isPrimary
Link copied to clipboard
common
open override val isPrimary: Boolean
isRevoked
Link copied to clipboard
common
open override val isRevoked: Boolean = false
leftToReview
Link copied to clipboard
common
val leftToReview: Int = 0
name
Link copied to clipboard
common
open override val name: String? = null
user
Link copied to clipboard
common
open override val user: User