MemberType
public enum MemberType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case user = "User"
-
Undocumented
Declaration
Swift
case bot = "Bot"
-
Undocumented
Declaration
Swift
case webhook = "Webhook"
-
Declaration
Swift
public var description: String { get }