SelectedChat

public struct SelectedChat : Codable

선택한 카카오톡 채팅방 정보

  • id

    채팅방 ID

    Declaration

    Swift

    public let id: Int64
  • 채팅방 멤버 수

    Declaration

    Swift

    public let memberCount: Int?
  • 채팅방 이름 타입

    Declaration

    Swift

    public let titleSource: String?
  • 채팅방 이미지의 URL

    Declaration

    Swift

    public let imageUrl: URL?
  • 선택한 채팅방의 타입

    Declaration

    Swift

    public let type: PickerChatType?