1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-06 01:15:04 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/index.md
2021-03-17 15:18:37 +00:00

2.1 KiB

//docs/dev.inmo.tgbotapi.requests.chat/ExportChatInviteLink

ExportChatInviteLink

[common] data class ExportChatInviteLink(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<String>

Functions

Name Summary
method [common]
Content
open override fun method(): String


Properties

Name Summary
chatId [common] open override val chatId: ChatIdentifier
requestSerializer [common] open override val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <String>