#include <NotificationDTO.hpp>
◆ NotificationDTO() [1/3]
  
  
      
        
          | NotificationDTO::NotificationDTO  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ NotificationDTO() [2/3]
      
        
          | NotificationDTO::NotificationDTO  | 
          ( | 
          size_t |           guild_id,  | 
        
        
           | 
           | 
          size_t |           channel_id,  | 
        
        
           | 
           | 
          const std::string & |           type,  | 
        
        
           | 
           | 
          const std::string & |           data,  | 
        
        
           | 
           | 
          const std::string & |           message,  | 
        
        
           | 
           | 
          size_t |           timestep = 3600 ) | 
        
      
 
 
◆ NotificationDTO() [3/3]
◆ channel_id
      
        
          | size_t NotificationDTO::channel_id | 
        
      
 
 
◆ data
      
        
          | std::string NotificationDTO::data | 
        
      
 
 
◆ guild_id
      
        
          | size_t NotificationDTO::guild_id | 
        
      
 
 
◆ message
      
        
          | std::string NotificationDTO::message | 
        
      
 
 
◆ timestep
      
        
          | size_t NotificationDTO::timestep | 
        
      
 
 
◆ type
      
        
          | std::string NotificationDTO::type | 
        
      
 
 
The documentation for this class was generated from the following files: