toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
ChatInviteLinkOptions
Chat
Invite
Link
Options
@
Serializable
data
class
ChatInviteLinkOptions
(
var
name
:
String
?
=
null
,
var
expireDate
:
Instant
?
=
null
,
var
memberLimit
:
Int
?
=
null
,
var
createsJoinRequest
:
Boolean
?
=
null
)
:
Options
Members
Constructors
Chat
Invite
Link
Options
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
expireDate
:
Instant
?
=
null
,
memberLimit
:
Int
?
=
null
,
createsJoinRequest
:
Boolean
?
=
null
)
Properties
creates
Join
Request
Link copied to clipboard
var
createsJoinRequest
:
Boolean
?
expire
Date
Link copied to clipboard
@
Serializable
(
with
=
InstantSerializer::class
)
var
expireDate
:
Instant
?
member
Limit
Link copied to clipboard
var
memberLimit
:
Int
?
name
Link copied to clipboard
var
name
:
String
?