aykutalparslan / Ferrite

Experimental Telegram Server
GNU Affero General Public License v3.0
157 stars 25 forks source link

Implement help.getAppConfig #315

Closed aykutalparslan closed 2 years ago

aykutalparslan commented 2 years ago

Get app-specific configuration, see client configuration for more info on the result.

jsonNull#3f6d7b68 = JSONValue; jsonBool#c7345e6a value:Bool = JSONValue; jsonNumber#2be0dfa4 value:double = JSONValue; jsonString#b71e767a value:string = JSONValue; jsonArray#f7444763 value:Vector<JSONValue> = JSONValue; jsonObject#99c1d49d value:Vector<JSONObjectValue> = JSONValue; ---functions--- help.getAppConfig#98914110 = JSONValue;