Hierarchy

Constructors

Properties

Accessors

  • get customName(): null | string
  • 자기가 직접 설정한 이름을 가져옵니다.(실제 프로필 전용)

    Returns null | string

  • get id(): string
  • 유저 고유 번호

    Returns string

  • get memberType(): number
  • 유저 멤버타입(오픈톡)

    Returns number

  • get name(): string
  • 유저 이름

    Returns string

  • get profileImage(): {
        full_profile_url: string;
        origin_profile_url: string;
        profile_url: string;
    }
  • 현재 프로필 이미지를 가져옵니다 총 3종류

    Returns {
        full_profile_url: string;
        origin_profile_url: string;
        profile_url: string;
    }

    • full_profile_url: string
    • origin_profile_url: string
    • profile_url: string

Methods

  • 오픈채팅 유저 여부

    Returns this is OpenUser

Generated using TypeDoc