public class PostIRCMessageRequest.TheContactPayload extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
channel
Channel to post the message in.
|
String |
user
User to post the message to.
|
| Constructor and Description |
|---|
TheContactPayload() |
public String channel
Channel to post the message in. Please note that you must supply either user or channel, you cannot supply both.
Syntax: ^[#&][^ ,]{1,199}$
See http://schemas.taskcluster.net/pulse/v1/irc-request.json#/properties/payload/properties/channel
public String user
User to post the message to. Please note that you must supply either user or channel, you cannot supply both.
Syntax: ^[A-Za-z[]\~_\^{|}][A-Za-z0-9-[]\~_\^{|}]{0,254}$ Min length: 1 Max length: 255
See http://schemas.taskcluster.net/pulse/v1/irc-request.json#/properties/payload/properties/user
Copyright © 2014–2017 Mozilla. All rights reserved.