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 classRepresents a JSON array.static classRepresents a boolean JSON value.static classRepresents a null JSON value.static classRepresents a numeric JSON value.static classRepresents a JSON object.static classRepresents a string JSON value.Fields in org.drinkless.tdlib declared as TdApi.JsonValueModifier and TypeFieldDescriptionTdApi.SaveApplicationLogEvent.dataThe log event data.TdApi.GetJsonString.jsonValueThe JsonValue object.TdApi.JsonObjectMember.valueMember's value.TdApi.JsonValueArray.valuesThe 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.