Class ApiResponse<T>
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.ApiResponse<T>
-
- All Implemented Interfaces:
Serializable
public class ApiResponse<T> extends Object implements Serializable
- Version:
- 1.0 Response from Telegram Server
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetErrorCode()StringgetErrorDescription()BooleangetOk()ResponseParametersgetParameters()TgetResult()StringtoString()
-