GroupState
public enum GroupState : Int32
Undocumented
-
Undocumented
Declaration
Swift
case unknown = -1
-
The user has admin rights
Declaration
Swift
case admin = 0
-
The user is a regular member of the group
Declaration
Swift
case member = 1
-
The user has requested to join the group
Declaration
Swift
case join = 2