Package dev.tobee.telegram.request
Class RevokeChatInviteLink
java.lang.Object
dev.tobee.telegram.request.RevokeChatInviteLink
- All Implemented Interfaces:
Request<ResponseWrapper<ChatInviteLink>>
public class RevokeChatInviteLink
extends Object
implements Request<ResponseWrapper<ChatInviteLink>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()com.fasterxml.jackson.core.type.TypeReference<ResponseWrapper<ChatInviteLink>>
-
Constructor Details
-
RevokeChatInviteLink
-
-
Method Details
-
getMethod
- Specified by:
getMethodin interfaceRequest<ResponseWrapper<ChatInviteLink>>
-
getResponseType
public com.fasterxml.jackson.core.type.TypeReference<ResponseWrapper<ChatInviteLink>> getResponseType()- Specified by:
getResponseTypein interfaceRequest<ResponseWrapper<ChatInviteLink>>
-
getBody
- Specified by:
getBodyin interfaceRequest<ResponseWrapper<ChatInviteLink>>
-