ChatInviteLink
data class ChatInviteLink(val inviteLink: String, val creator: User, val createsJoinRequest: Boolean, val isPrimary: Boolean, val isRevoked: Boolean, val name: String? = null, val expireDate: Int? = null, val memberLimit: Int? = null, val pendingJoinRequestCount: Int? = null)(source)
Represents an invite link for a chat.
(auto-generated)
Author
ForteScarlet
Constructors
Properties
Link copied to clipboard
True, if users joining the chat via the link need to be approved by chat administrators
Link copied to clipboard
Optional. Point in time (Unix timestamp) when the link will expire or has been expired
Link copied to clipboard
The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”.
Link copied to clipboard
True, if the link is primary
Link copied to clipboard
True, if the link is revoked
Link copied to clipboard
Optional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999
Link copied to clipboard
Optional. Number of pending join requests created using this link