PFUserTwitchInfo データ モデル。
構文
typedef struct PFUserTwitchInfo {
const char* twitchId;
const char* twitchUserName;
} PFUserTwitchInfo;
メンバー
twitchId const char*
が null で終わる
(オプション) Twitch ID。
twitchUserName const char*
が null で終わる
(オプション) Twitch ユーザー名。
要件
ヘッダー: PFTypes.h