Third Party Protocol Instance
fun ThirdPartyProtocolInstance( @Json(name = "desc" ) desc: String? = null, @Json(name = "icon" ) icon: String? = null, @Json(name = "fields" ) fields: Map<String, Any>? = null, @Json(name = "network_id" ) networkId: String? = null, @Json(name = "instance_id" ) instanceId: String? = null, @Json(name = "bot_user_id" ) botUserId: String? = null)
Content copied to clipboard