Uses of Class
org.drinkless.tdlib.TdApi.JsonValue
Packages that use TdApi.JsonValue
-
Uses of TdApi.JsonValue in org.drinkless.tdlib
Subclasses of TdApi.JsonValue in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Represents a JSON array.static class
Represents a boolean JSON value.static class
Represents a null JSON value.static class
Represents a numeric JSON value.static class
Represents a JSON object.static class
Represents a string JSON value.Fields in org.drinkless.tdlib declared as TdApi.JsonValueModifier and TypeFieldDescriptionTdApi.SaveApplicationLogEvent.data
The log event data.TdApi.GetJsonString.jsonValue
The JsonValue object.TdApi.JsonObjectMember.value
Member's value.TdApi.JsonValueArray.values
The list of array elements.Constructors in org.drinkless.tdlib with parameters of type TdApi.JsonValueModifierConstructorDescriptionGetJsonString
(TdApi.JsonValue jsonValue) Creates a function, which converts a JsonValue object to corresponding JSON-serialized string.JsonObjectMember
(String key, TdApi.JsonValue value) Represents one member of a JSON object.JsonValueArray
(TdApi.JsonValue[] values) Represents a JSON array.SaveApplicationLogEvent
(String type, long chatId, TdApi.JsonValue data) Creates a function, which saves application log event on the server.