package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.0.8
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Aug 29, 2024
  
      
  
    License: Apache-2.0
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 0
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
      
        
          
  
    
      
      Documentation
      ¶
    
    
  
    
  
    
      
        
 
  
  
  
  
  
  
  
      
  
  
    
    
    
      type SendChannelMessageReq struct {
	Type         int    `json:"type"`
	TargetId     string `json:"target_id"`
	Content      string `json:"content"`
	Quote        string `json:"quote"`
	Nonce        string `json:"nonce"`
	TempTargetId string `json:"temp_target_id"`
}
     
  
  
     
      
  
  
    
    
    
      type SendSingleChatMessageReq struct {
	Type     int    `json:"type"`
	TargetId string `json:"target_id"`
	Content  string `json:"content"`
	Quote    string `json:"quote"`
	Nonce    string `json:"nonce"`
	ChatCode string `json:"chat_code"`
}
     
  
  
       
      
     
   
        
      
      
        
  
    
      
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.