//[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 | |---|---| | [method](method.md)| [common]
Content
open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


| ## Properties | Name | Summary | |---|---| | [chatId](chat-id.md)| [common] open override val [chatId](chat-id.md): [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md)
| | [inviteLink](invite-link.md)| [common] open override val [inviteLink](invite-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [requestSerializer](request-serializer.md)| [common] open override val [requestSerializer](request-serializer.md): <*>
| | [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.chat.invite_links%2FRevokeChatInviteLink%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [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)>
|