Type Alias RumbleStreamerCreateManyInput
RumbleStreamerCreateManyInput: { autoPublishIfAnnouncmentChannel?: boolean | null; customCoolDownBeforeNextLive?: number | null; dbId?: string; deleteEmbeds?: boolean | null; guildId: string; lastLive?: Date | string | null; liveRoleId?: string | null; notificationChannelId?: string | null; pingRoleId?: string | null; sendOfflineMessage?: boolean | null; showNotifyButton?: boolean | null; streamerUserName: string; type: RumbleTypeEnum; usePerStreamerEmbeds?: boolean | null; usersForLiveRole?: RumbleStreamerCreateusersForLiveRoleInput | string[]; usersWhoHaveLiveRole?: RumbleStreamerCreateusersWhoHaveLiveRoleInput | string[]; }