← WoW API < ChannelInvite
Invites the specified user to the channel.
ChannelInvite(channelName, playerName);
- Arguments
- (String channelName, String playerName)
- channelName
- The name of the channel to invite to
- playerName
- The name of the player to invite
- Returns
- nil
- Example
ChannelInvite("uimods", "Sembiance");
- Result
- Description
- Invites player playerName to channel channelName.
Community content is available under CC-BY-SA unless otherwise noted.