Type Alias TwitterStreamerCreateManyInput
TwitterStreamerCreateManyInput: { autoPublishIfAnnouncmentChannel?: boolean | null; currentBroadcastId?: string | null; customCoolDownBeforeNextLive?: number | null; customCoolDownBeforeNextPost?: number | null; dbId?: string; deleteEmbeds?: boolean | null; guildId: string; lastLive?: Date | string | null; lastPostAt?: Date | string | null; lastPostId?: string | null; liveNotificationChannelId?: string | null; liveRoleId?: string | null; offlineGracePeriod?: number | null; pingRoleId?: string | null; postNotificationChannelId?: string | null; postPingRoleId?: string | null; sendOfflineMessage?: boolean | null; showNotifyButton?: boolean | null; streamerId?: string | null; streamerUserName: string; usePerStreamerEmbeds?: boolean | null; usersForLiveRole?: TwitterStreamerCreateusersForLiveRoleInput | string[]; usersWhoHaveLiveRole?: TwitterStreamerCreateusersWhoHaveLiveRoleInput | string[]; }