1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-05 00:45:03 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/index.md

25 lines
2.9 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.chat.invite_links](../index.md)/[RevokeChatInviteLink](index.md)
# RevokeChatInviteLink
[common] data class [RevokeChatInviteLink](index.md)(**chatId**: [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md), **inviteLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [KnownChatInviteLinkRequest](../../dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/index.md)
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/method/#/PointingToDeclaration/"></a>[method](method.md)| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/method/#/PointingToDeclaration/"></a>[common] <br>Content <br>open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>|
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/chatId/#/PointingToDeclaration/"></a>[chatId](chat-id.md)| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/chatId/#/PointingToDeclaration/"></a> [common] open override val [chatId](chat-id.md): [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md) <br>|
| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/inviteLink/#/PointingToDeclaration/"></a>[inviteLink](invite-link.md)| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/inviteLink/#/PointingToDeclaration/"></a> [common] open override val [inviteLink](invite-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/requestSerializer/#/PointingToDeclaration/"></a>[requestSerializer](request-serializer.md)| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/requestSerializer/#/PointingToDeclaration/"></a> [common] open override val [requestSerializer](request-serializer.md): <*> <br>|
| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.chat.invite_links%2FRevokeChatInviteLink%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.requests.chat.invite_links/RevokeChatInviteLink/resultDeserializer/#/PointingToDeclaration/"></a> [common] open override val [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.chat.invite_links%2FRevokeChatInviteLink%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): <[CommonInviteLink](../../dev.inmo.tgbotapi.types/-common-invite-link/index.md)> <br>|