java.lang.Object
tech.deplant.java4ever.binding.json.JsonData
tech.deplant.java4ever.binding.Debot.DebotInfo
- Enclosing class:
- Debot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthor()
The name of DeBot developer.caption()
Short info about DeBot.dabi()
String with DeBot ABI.hello()
String with the first messsage from DeBot.icon()
DeBot icon.language()
String with DeBot interface language (ISO-639).name()
DeBot short name.The name of DeBot deployer.support()
TON address of author for questions and donations.version()
DeBot semantic version.
-
Constructor Details
-
DebotInfo
public DebotInfo()
-
-
Method Details
-
name
DeBot short name. -
version
DeBot semantic version. -
publisher
The name of DeBot deployer. -
caption
Short info about DeBot. -
author
The name of DeBot developer. -
support
TON address of author for questions and donations. -
hello
String with the first messsage from DeBot. -
language
String with DeBot interface language (ISO-639). -
dabi
String with DeBot ABI. -
icon
DeBot icon.
-