TopicJoinMessage

public struct TopicJoinMessage : CollatedMessage

Undocumented

  • NOTE: The server only processes the first item of the list, and will ignore and logs a warning message for other items.

    Declaration

    Swift

    public var rooms: [String] = []
  • NOTE: The server only processes the first item of the list, and will ignore and logs a warning message for other items.

    Declaration

    Swift

    public var groups: [String] = []
  • NOTE: The server only processes the first item of the list, and will ignore and logs a warning message for other items.

    Declaration

    Swift

    public var userIds: [String] = []
  • Undocumented

    Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func serialize(collationID: String) -> Data?
  • Declaration

    Swift

    public var description: String