Module twitchpy.dataclasses.guest_star_session
Classes
class GuestStarSession (guest_star_session_id: str,
guests: list[Guest])-
Expand source code
@dataclass class GuestStarSession: """ Represents a Guest Star Session Attributes: guest_star_session_id (str): ID uniquely representing the Guest Star session guests (list[Guest]): List of guests currently interacting with the Guest Star session """ guest_star_session_id: str guests: list[Guest]Represents a Guest Star Session
Attributes
guest_star_session_id:str- ID uniquely representing the Guest Star session
guests:list[Guest]- List of guests currently interacting with the Guest Star session
Class variables
var guest_star_session_id : str-
The type of the None singleton.
var guests : list[Guest]-
The type of the None singleton.