You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

IEmote.Overwrites.md 1.8 kB

7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ---
  2. uid: Discord.IEmote
  3. seealso:
  4. - linkId: Discord.Emote
  5. - linkId: Discord.Emoji
  6. - linkId: Discord.GuildEmote
  7. - linkId: Discord.IUserMessage
  8. remarks: *content
  9. ---
  10. This interface is often used with reactions. It can represent an
  11. unicode-based @Discord.Emoji, or a custom @Discord.Emote.
  12. ---
  13. uid: Discord.Emote
  14. seealso:
  15. - linkId: Discord.IEmote
  16. - linkId: Discord.GuildEmote
  17. - linkId: Discord.Emoji
  18. - linkId: Discord.IUserMessage
  19. remarks: *content
  20. ---
  21. > [!NOTE]
  22. > A valid @Discord.Emote format is `<:emoteName:emoteId>`. This can be
  23. > obtained by escaping with a `\` in front of the emote using the
  24. > Discord chat client.
  25. This class represents a custom emoji. This type of emoji can be
  26. created via the @Discord.Emote.Parse* or @Discord.Emote.TryParse*
  27. method.
  28. ---
  29. uid: Discord.Emoji
  30. seealso:
  31. - linkId: Discord.Emote
  32. - linkId: Discord.GuildEmote
  33. - linkId: Discord.Emoji
  34. - linkId: Discord.IUserMessage
  35. remarks: *content
  36. ---
  37. > [!NOTE]
  38. > A valid @Discord.Emoji format is Unicode-based. This means only
  39. > something like `🙃` or `\U0001f643` would work, instead of
  40. > `:upside_down:`.
  41. >
  42. > A Unicode-based emoji can be obtained by escaping with a `\` in
  43. > front of the emote using the Discord chat client or by looking up on
  44. > [Emojipedia](https://emojipedia.org).
  45. This class represents a standard Unicode-based emoji. This type of emoji
  46. can be created by passing the Unicode into the constructor.
  47. ---
  48. uid: Discord.IEmote
  49. example: [*content]
  50. ---
  51. [!include[Example Section](IEmote.Inclusion.md)]
  52. ---
  53. uid: Discord.Emoji
  54. example: [*content]
  55. ---
  56. [!include[Example Section](IEmote.Inclusion.md)]
  57. ---
  58. uid: Discord.Emote
  59. example: [*content]
  60. ---
  61. [!include[Example Section](IEmote.Inclusion.md)]
  62. ---
  63. uid: Discord.GuildEmote
  64. example: [*content]
  65. ---
  66. [!include[Example Section](IEmote.Inclusion.md)]