다음을 통해 공유


PFUserTwitchInfo

PFUserTwitchInfo 데이터 모델입니다.

구문

typedef struct PFUserTwitchInfo {  
    const char* twitchId;  
    const char* twitchUserName;  
} PFUserTwitchInfo;  

멤버

twitchId const char*
is null-terminated

(선택 사항) Twitch ID입니다.

twitchUserName const char*
is null-terminated

(선택 사항) Twitch 사용자 이름입니다.

요구 사항

헤더: PFTypes.h

참고 항목

PFTypes 멤버