docs
4.2.4
common
docs
/
dev.inmo.tgbotapi.requests.chat
/
ExportChatInviteLink
Export
Chat
Invite
Link
@
Serializable
data
class
ExportChatInviteLink
(
val
chatId
:
ChatIdentifier
)
:
ChatRequest
,
SimpleRequest
<
String
>
Constructors
Functions
Properties
Constructors
Export
Chat
Invite
Link
Link copied to clipboard
fun
ExportChatInviteLink
(
chatId
:
ChatIdentifier
)
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String
Properties
chat
Id
Link copied to clipboard
open
override
val
chatId
:
ChatIdentifier
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
String
>