docs
common
docs
/
dev.inmo.tgbotapi.requests.chat.invite_links
/
CreateChatInviteLink
Create
Chat
Invite
Link
common
interface
CreateChatInviteLink
<
R
:
SecondaryChatInviteLink
>
:
EditChatInviteLinkRequest
<
R
>
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
method
Link copied to clipboard
common
open
override
fun
method
(
)
:
String
Content copied to clipboard
Properties
chatId
Link copied to clipboard
common
abstract
val
chatId
:
ChatIdentifier
Content copied to clipboard
expirationUnixTimeStamp
Link copied to clipboard
common
abstract
val
expirationUnixTimeStamp
:
TelegramDate
?
Content copied to clipboard
expireDate
Link copied to clipboard
common
open
override
val
expireDate
:
DateTime
?
Content copied to clipboard
name
Link copied to clipboard
common
abstract
val
name
:
String
?
Content copied to clipboard
requestSerializer
Link copied to clipboard
common
abstract
val
requestSerializer
:
SerializationStrategy
<
*
>
Content copied to clipboard
resultDeserializer
Link copied to clipboard
common
abstract
val
resultDeserializer
:
DeserializationStrategy
<
R
>
Content copied to clipboard
Inheritors
CreateChatInviteLinkUnlimited
Link copied to clipboard
CreateChatInviteLinkWithLimitedMembers
Link copied to clipboard
CreateChatInviteLinkWithJoinRequest
Link copied to clipboard