Package com.pengrad.telegrambot.response
Class GetChatResponse
- java.lang.Object
-
- com.pengrad.telegrambot.response.BaseResponse
-
- com.pengrad.telegrambot.response.GetChatResponse
-
public class GetChatResponse extends BaseResponse
Stas Parshin 28 May 2016
-
-
Constructor Summary
Constructors Constructor Description GetChatResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Chat
chat()
java.lang.String
toString()
-
Methods inherited from class com.pengrad.telegrambot.response.BaseResponse
description, errorCode, isOk, parameters
-
-
-
-
Method Detail
-
chat
public Chat chat()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classBaseResponse
-
-