Skip to content

오픈채팅 질문드립니다. #344

Answered by raravel
Faldeus asked this question in Q&A
Discussion options

You must be logged in to vote

export interface OpenLinkUserInfo extends OpenLinkComponent, OpenTokenComponent, OpenPrivilegeComponent {
/**
* nickname
*/
nickname: string;
/**
* profile url
*/
profileURL: string;
/**
* Full profile url
*/
fullProfileURL: string;
/**
* Original profile url
*/
originalProfileURL: string;
/**
* Link profile type
*/
profileType: OpenProfileType;
/**
* Link chat user perm
*/
perm: OpenChannelUserPerm;
}

profileType 을 참고하여 OPEN_PROF…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@leechangseok917
Comment options

@chiiheonn
Comment options

@artist012
Comment options

@benesiaxd
Comment options

@artist012
Comment options

Answer selected by raravel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants