SOLFIND
Web Lens
Portal home

Emoji element | Slack Developer Docs

https://docs.slack.dev/reference/block-kit/block-elements/emoji-element/ • 60 KB fetched
Open original page


Emoji element | Slack Developer Docs reference Skip to main content Guides Reference Samples Tools Changelog Dev Program MANAGE APPS * Reference * App manifest * Block Kit * Overview * Blocks * Block Kit Elements * Overview * Attachment mention element * Broadcast element * Button element * Canvas element * Canvas message unfurl element * Canvas user mention element * Channel element * Checkboxes element * Citation element * Color element * Date element * Date picker element * Datetime picker element * Email input element * Emoji element * Feedback buttons element * File element * File input element * Icon button element * Image element * Link element * List record element * Message mention element * Multi-select menu element * Number input element * Overflow menu element * Plain-text input element * Radio button group element * Rich text input element * Rich text list element * Rich text preformatted element * Rich text quote element * Rich text section element * Salesforce data field element * Select menu element * Tag element * Team element * Text element * Time picker element * URL input element * URL source element * User element * Usergroup element * Work object mention element * Workflow button element * Workflow mention element * Composition objects * Events * Interaction payloads * Methods * Objects * Scopes * Types * Slack Connect API * Views * * Audit Logs API * Legal Holds API * SCIM API * * Slack Status API * * Block Kit * Block Kit Elements * Emoji element Copy as markdown On this page Emoji element This is a rich text element, compatible only with the rich_text block. It must be used within the rich_text_list , rich_text_quote , or rich_text_section block element within the rich_text block's elements array. Fields ​ Field Type Description Required? type String The type of object; in this case, "emoji". Required name String The name of the emoji; i.e. "wave" or "wave::skin-tone-2". Required unicode String Represents the unicode code point of the emoji, where applicable. Optional Example ​ * JSON * Python Slack SDK * Node Slack SDK * Java Slack SDK { "blocks" : [ { "type" : "rich_text" , "elements" : [ { "type" : "rich_text_section" , "elements" : [ { "type" : "emoji" , "name" : "basketball" } , { "type" : "text" , "text" : " " } , { "type" : "emoji" , "name" : "snowboarder" } , { "type" : "text" , "text" : " " } , { "type" : "emoji" , "name" : "checkered_flag" } ] } ] } ] } View in Block Kit Builder block-kit/src/elements/emoji.py loading . . . View on GitHub block-kit/src/elements/emoji.js loading ... View on GitHub block-kit/src/main/java/elements/Emoji.java loading . . . View on GitHub Previous Email input element Next Feedback buttons element Copy as markdown * Fields * Example . * Tools * Slack CLI * Bolt frameworks * Slack SDKs * Block Kit Builder * Developer program * Code samples & tutorials * LLM? Read llms.txt * All tools Learn * Learning paths * Workshops * Slack certifications * Trailhead * Resource library * All learning resources Community * Slack community * Slack events Resources * Docs * Blog * Slack marketplace * Developer newsletter Manage Apps * Your apps * Status * Privacy * Terms * Cookie Preferences * Support * Changelog * Your Privacy Choices © 2026 Slack Technologies, LLC, a Salesforce company. All rights reserved. Various trademarks held by their respective owners. * * *

Links found on this page

  1. Skip to main content [direct]
  2. Guides [direct]
  3. Reference [direct]
  4. Samples [direct]
  5. Tools [direct]
  6. Changelog [direct]
  7. Dev Program [direct]
  8. MANAGE APPS [direct]
  9. Reference [direct]
  10. App manifest [direct]
  11. Block Kit [direct]
  12. Blocks [direct]
  13. Block Kit Elements [direct]
  14. Attachment mention element [direct]
  15. Broadcast element [direct]
  16. Button element [direct]
  17. Canvas element [direct]
  18. Canvas message unfurl element [direct]
  19. Canvas user mention element [direct]
  20. Channel element [direct]
  21. Checkboxes element [direct]
  22. Citation element [direct]
  23. Color element [direct]
  24. Date element [direct]
  25. Date picker element [direct]
  26. Datetime picker element [direct]
  27. Email input element [direct]
  28. Emoji element [direct]
  29. Feedback buttons element [direct]
  30. File element [direct]
  31. File input element [direct]
  32. Icon button element [direct]
  33. Image element [direct]
  34. Link element [direct]
  35. List record element [direct]
  36. Message mention element [direct]
  37. Multi-select menu element [direct]
  38. Number input element [direct]
  39. Overflow menu element [direct]
  40. Plain-text input element [direct]
  41. Radio button group element [direct]
  42. Rich text input element [direct]
  43. Rich text list element [direct]
  44. Rich text preformatted element [direct]
  45. Rich text quote element [direct]
  46. Rich text section element [direct]
  47. Salesforce data field element [direct]
  48. Select menu element [direct]
  49. Tag element [direct]
  50. Team element [direct]
  51. Text element [direct]
  52. Time picker element [direct]
  53. URL input element [direct]
  54. URL source element [direct]
  55. User element [direct]
  56. Usergroup element [direct]
  57. Work object mention element [direct]
  58. Workflow button element [direct]
  59. Workflow mention element [direct]
  60. Composition objects [direct]
  61. Events [direct]
  62. Interaction payloads [direct]
  63. Methods [direct]
  64. Objects [direct]
  65. Scopes [direct]
  66. Types [direct]
  67. Slack Connect API [direct]
  68. Views [direct]
  69. Audit Logs API [direct]
  70. Legal Holds API [direct]
  71. SCIM API [direct]
  72. Slack Status API [direct]
  73. rich_text [direct]
  74. View in Block Kit Builder [direct]
  75. View on GitHub [direct]
  76. View on GitHub [direct]
  77. View on GitHub [direct]
  78. Slack CLI [direct]
  79. Bolt frameworks [direct]
  80. Code samples & tutorials [direct]