Role
@objc(GetSocialMemberRole)
public enum Role : Int, Codable, CustomStringConvertible
-
Owner
Declaration
Swift
case owner = 0
-
Admin
Declaration
Swift
case admin = 1
-
Member
Declaration
Swift
case member = 3
-
Followers, used only in Topics permissions
Declaration
Swift
case follower = 4
-
Everyone, used only in Topics permissions
Declaration
Swift
case everyone = 5
-
Declaration
Swift
public var description: String { get }