Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

File metadata and controls

20 lines (14 loc) · 413 Bytes

Zernio::AddMessageReactionRequest

Properties

Name Type Description Notes
account_id String Social account ID
emoji String Emoji character (e.g. "👍", "❤️")

Example

require 'zernio-sdk'

instance = Zernio::AddMessageReactionRequest.new(
  account_id: null,
  emoji: 👍
)