Class: Discorb::Message::Sticker
- Inherits:
 - 
      Object
      
        
- Object
 - Discorb::Message::Sticker
 
 
- Defined in:
 - lib/discorb/message.rb
 
Instance Attribute Summary collapse
- 
  
    
      #format -> Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute format.
 - 
  
    
      #id -> Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #name -> Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 
Instance Method Summary collapse
- 
  
    
      #initialize(data) -> Sticker 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Sticker.
 
Constructor Details
Instance Attribute Details
#format -> Object (readonly)
Returns the value of attribute format.
      548 549 550  | 
    
      # File 'lib/discorb/message.rb', line 548 def format @format end  | 
  
#id -> Object (readonly)
Returns the value of attribute id.
      548 549 550  | 
    
      # File 'lib/discorb/message.rb', line 548 def id @id end  | 
  
#name -> Object (readonly)
Returns the value of attribute name.
      548 549 550  | 
    
      # File 'lib/discorb/message.rb', line 548 def name @name end  |