Package com.bytedesk.social.telegram
Class TelegramExtra
java.lang.Object
com.bytedesk.core.base.BaseExtra
com.bytedesk.social.telegram.TelegramExtra
- All Implemented Interfaces:
Serializable
Extra configuration for Telegram
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TelegramExtra
Create TelegramExtra from JSON stringtoJson()
Convert TelegramExtra to JSON string
-
Field Details
-
botToken
-
chatId
-
senderId
-
languageCode
-
username
-
firstName
-
lastName
-
chatType
-
chatTitle
-
-
Constructor Details
-
TelegramExtra
public TelegramExtra()
-
-
Method Details