@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
14 lines • 463 B
TypeScript
export interface EventSubChannelWarningSendEventData {
broadcaster_user_id: string;
broadcaster_user_login: string;
broadcaster_user_name: string;
moderator_user_id: string;
moderator_user_login: string;
moderator_user_name: string;
user_id: string;
user_login: string;
user_name: string;
reason: string | null;
chat_rules_cited: string[] | null;
}
//# sourceMappingURL=EventSubChannelWarningSendEvent.external.d.ts.map