Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 441 Bytes

RemoveMamForUserWithPeerRequest.md

File metadata and controls

22 lines (16 loc) · 441 Bytes

EjabberdHttpClient::RemoveMamForUserWithPeerRequest

Properties

Name Type Description Notes
user String [optional]
host String [optional]
with String [optional]

Example

require 'ejabberd_http_client'

instance = EjabberdHttpClient::RemoveMamForUserWithPeerRequest.new(
  user: null,
  host: null,
  with: null
)