Group
public protocol Group : CustomStringConvertible
Undocumented
-
The ID of the group
Declaration
Swift
var id : String -
Whether this is a private group or not
Declaration
Swift
var privateState : Bool -
The user ID of the creator of the group.
Declaration
Swift
var creatorID : String -
The name of the group
Declaration
Swift
var name : String -
The description of the group
Declaration
Swift
var desc : String -
The URL to the avatar of the group
Declaration
Swift
var avatarURL : String -
The language of the group
Declaration
Swift
var lang : String -
Any metadata associated with the group.
Declaration
Swift
var metadata : String -
Number of admins/members in the group
Declaration
Swift
var count : Int -
Unix timestamp of when the group was created
Declaration
Swift
var createdAt : Int -
Unix timestamp of when the group was last updated
Declaration
Swift
var updatedAt : Int
View on GitHub
Install in Dash
Group Protocol Reference