AddImContactToGroup
extends BaseRequestType
in package
Defines a request to add an existing instant messaging contact to an instant messaging group.
Table of Contents
Properties
- $ContactId : ItemIdType
- Uniquely identifies a contact.
- $GroupId : ItemIdType
- Uniquely identifies a group.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ContactId
Uniquely identifies a contact.
public
ItemIdType
$ContactId
Tags
$GroupId
Uniquely identifies a group.
public
ItemIdType
$GroupId
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed