Property | Defined by | ||
---|---|---|---|
chatNsid : String
The chatNsid of the group
| Group | ||
description : String
The description of the group
| Group | ||
iconServer : int
The icon server of the group
| Group | ||
inChat : int
The number of people in the group chat
| Group | ||
isAdmin : Boolean
Flag for if the current user is the admin of the group
| Group | ||
isEighteenPlus : Boolean
Flag for if the group is 18+ or not
| Group | ||
members : int
The members in the group
| Group | ||
name : String
The name of the group
| Group | ||
nsid : String
The nsid of the group
| Group | ||
online : int
The number of group members online
| Group | ||
photos : int
The number of photos in the group
| Group | ||
privacy : int
The privacy of the group
| Group | ||
url : String
The url of the group
| Group |
Method | Defined by | ||
---|---|---|---|
Group()
Construct a new Group instance
| Group |
chatNsid | property |
chatNsid:String
[read-write]The chatNsid of the group
Implementation public function get chatNsid():String
public function set chatNsid(value:String):void
description | property |
description:String
[read-write]The description of the group
Implementation public function get description():String
public function set description(value:String):void
iconServer | property |
iconServer:int
[read-write]The icon server of the group
Implementation public function get iconServer():int
public function set iconServer(value:int):void
inChat | property |
inChat:int
[read-write]The number of people in the group chat
Implementation public function get inChat():int
public function set inChat(value:int):void
isAdmin | property |
isAdmin:Boolean
[read-write]Flag for if the current user is the admin of the group
Implementation public function get isAdmin():Boolean
public function set isAdmin(value:Boolean):void
isEighteenPlus | property |
isEighteenPlus:Boolean
[read-write]Flag for if the group is 18+ or not
Implementation public function get isEighteenPlus():Boolean
public function set isEighteenPlus(value:Boolean):void
members | property |
members:int
[read-write]The members in the group
Implementation public function get members():int
public function set members(value:int):void
name | property |
name:String
[read-write]The name of the group
Implementation public function get name():String
public function set name(value:String):void
nsid | property |
nsid:String
[read-write]The nsid of the group
Implementation public function get nsid():String
public function set nsid(value:String):void
online | property |
online:int
[read-write]The number of group members online
Implementation public function get online():int
public function set online(value:int):void
photos | property |
photos:int
[read-write]The number of photos in the group
Implementation public function get photos():int
public function set photos(value:int):void
privacy | property |
privacy:int
[read-write]The privacy of the group
Implementation public function get privacy():int
public function set privacy(value:int):void
url | property |
url:String
[read-write]The url of the group
Implementation public function get url():String
public function set url(value:String):void
Group | () | constructor |
public function Group()
Construct a new Group instance