Interface Request<T>

All Known Implementing Classes:
BanChatMember, CopyMessage, EditMessageLiveLocation, ForwardMessage, GetMe, GetUpdates, GetUserProfilePhotos, SendAnimation, SendAudio, SendChatAction, SendContact, SendDice, SendDocument, SendLocation, SendMessage, SendPhoto, SendPoll, SendVenue, SendVideo, SendVideoNote, SendVoice, SetWebHook, StopMessageLiveLocation

public interface Request<T>
  • Method Details

    • getMethod

      String getMethod()
    • getResponseType

      com.fasterxml.jackson.core.type.TypeReference<T> getResponseType()
    • getBody

      Optional<Map<Object,​Object>> getBody()