Create stage instance.  
 More...
#include <dispatcher.h>
◆ stage_instance_create_t()
      
        
          | dpp::stage_instance_create_t::stage_instance_create_t  | 
          ( | 
          class discord_client *  | 
          client,  | 
        
        
           | 
           | 
          const std::string &  | 
          raw  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor 
- Parameters
 - 
  
    | client | The shard the event originated on. CAN BE NULL for log events originating from the cluster object  | 
    | raw | Raw event text as JSON  | 
  
   
 
 
◆ channel_id
      
        
          | snowflake dpp::stage_instance_create_t::channel_id | 
        
      
 
 
◆ from
Shard the event came from 
 
 
◆ guild_id
      
        
          | snowflake dpp::stage_instance_create_t::guild_id | 
        
      
 
 
◆ id
◆ privacy_level
      
        
          | uint8_t dpp::stage_instance_create_t::privacy_level | 
        
      
 
 
◆ raw_event
  
  
      
        
          | std::string dpp::event_dispatch_t::raw_event | 
         
       
   | 
  
inherited   | 
  
 
 
◆ topic
      
        
          | std::string dpp::stage_instance_create_t::topic |