Emoji
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
        メッセージへのリアクションとして使用される絵文字。
      
      
        
          
            
              | JSON 表現 | 
            
          
          
            
              {
  // Union field content can be only one of the following:
  "unicode": string,
  "customEmoji": {
    object (CustomEmoji)
  }
  // End of list of possible types for union field content.
} | 
            
          
        
      
      
        
          
            
            
          
          
            
              | フィールド | 
            
          
          
            
              共用体フィールド content。必須。絵文字の内容。content は次のいずれかになります。 | 
            
            
              unicode | 
              
                 string 
                省略可。Unicode 文字列で表される基本的な絵文字。 
               | 
            
            
              customEmoji | 
              
                 object (CustomEmoji) 
                カスタム絵文字。 
               | 
            
          
        
      
    
  
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [null,null,["最終更新日 2025-07-25 UTC。"],[],["The core content defines a message reaction emoji, which can be represented in JSON. The `content` field is mandatory and can be either a `unicode` string for basic emojis or a `customEmoji` object for custom emojis.  `unicode` is optional and represents a standard emoji, while `customEmoji` is output-only and links to a separate definition of custom emojis. Only one of the content type is accepted.\n"]]