Emojis
Add
post /api/http/emojis/add
Add custom emoji.
Request arguments | object with fields : | |
Delete
post /api/http/emojis/delete
Delete an emoji by its name.
Request arguments | object with fields : | |
Record usage
post /api/http/emojis/record-usage
Record emojis usage and update frequently used list.
Request arguments | object with fields : | |
Exists
get /api/http/emojis/exists
Check whether a given emoji name exists.
Request arguments | emoji : string (Query) ( Required ) | |
Frequently used
get /api/http/emojis/frequently-used
List frequently used emojis.
Request arguments | No arguments | |
Search
get /api/http/emojis/search
Search for emoji.
Request arguments | $skip : string (Query) ( Nullable and Optional , defaults to null ) | $top : integer (format: int32) (Query) ( Nullable and Optional , defaults to 100 ) | query : string (Query) ( Required ) | Response | object with fields : next : string ( Required )
totalCount : integer (format: int32) ( Nullable and Optional , defaults to null )
data : array of EmojiSearchMatchData ( Required )
| |
Last modified: 02 July 2020