Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 372 Bytes

CreateOrDeleteStoryReaction.md

File metadata and controls

18 lines (12 loc) · 372 Bytes

Shortcut::CreateOrDeleteStoryReaction

Properties

Name Type Description Notes
emoji String The emoji short-code to add / remove. E.g. `:thumbsup::skin-tone-4:`.

Example

require 'shortcut_client_ruby'

instance = Shortcut::CreateOrDeleteStoryReaction.new(
  emoji: null
)