ChatUser

public struct ChatUser : Sendable, Hashable

Chat user model.

Properties

  • id

    Declaration

    Swift

    public let id: Int
  • Declaration

    Swift

    public let imageInfo: ImageInfo?