ChatInviteLinkWithLimitedMembers
data class ChatInviteLinkWithLimitedMembers(val inviteLink: String, val creator: User, val name: String? = null, val membersLimit: MembersLimit, val isRevoked: Boolean = false, expireDate: TelegramDate? = null, val subscriptionPeriod: TimeSpan? = null, val subscriptionPrice: <Error class: unknown class>? = null) : SecondaryChatInviteLink
Represent SecondaryChatInviteLink which will have limitation for the amount of chat members to join
Constructors
Link copied to clipboard
constructor(inviteLink: String, creator: User, name: String? = null, membersLimit: MembersLimit, isRevoked: Boolean = false, expireDate: TelegramDate? = null, subscriptionPeriod: TimeSpan? = null, subscriptionPrice: <Error class: unknown class>? = null)