Class WebhookInfo
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.WebhookInfo
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class WebhookInfo extends Object implements BotApiObject
- Version:
- 2.4
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllowedUpdates()intgetLastErrorDate()StringgetLastErrorMessage()IntegergetMaxConnections()intgetPendingUpdatesCount()StringgetUrl()booleanisHasCustomCertificate()
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
isHasCustomCertificate
public boolean isHasCustomCertificate()
-
getPendingUpdatesCount
public int getPendingUpdatesCount()
-
getLastErrorDate
public int getLastErrorDate()
-
getLastErrorMessage
public String getLastErrorMessage()
-
getMaxConnections
public Integer getMaxConnections()
-
-