Class: Rubirai::FaceMessage
- Defined in:
- lib/rubirai/messages/message.rb
Overview
The QQ Face Emoji message type
Instance Attribute Summary collapse
-
#face_id ⇒ Integer
readonly
The face's id.
-
#name ⇒ String?
readonly
The face's name.
Attributes inherited from Message
Method Summary
Methods inherited from Message
AtAllMessage, AtMessage, FaceMessage, PlainMessage, QuoteMessage, all_types, build_from, check_type, get_msg_klass, #initialize, metaclass, set_message, #to_h, to_message
Constructor Details
This class inherits a constructor from Rubirai::Message
Instance Attribute Details
#face_id ⇒ Integer (readonly)
Returns the face's id.
210 |
# File 'lib/rubirai/messages/message.rb', line 210 :Face, :face_id, :name |
#name ⇒ String? (readonly)
Returns the face's name.
210 |
# File 'lib/rubirai/messages/message.rb', line 210 :Face, :face_id, :name |