Name | Type | Description | Notes |
---|---|---|---|
user | String | [optional] | |
host | String | [optional] | |
with | String | [optional] |
require 'ejabberd_http_client'
instance = EjabberdHttpClient::RemoveMamForUserWithPeerRequest.new(
user: null,
host: null,
with: null
)