Improve documentation.
This commit is contained in:
parent
c3d898f1e6
commit
0259ee8262
@ -1711,7 +1711,11 @@ messageVenue venue:venue = MessageContent;
|
|||||||
//@description A message with a user contact @contact The contact description
|
//@description A message with a user contact @contact The contact description
|
||||||
messageContact contact:contact = MessageContent;
|
messageContact contact:contact = MessageContent;
|
||||||
|
|
||||||
//@description A message with an animated emoji @emoji The corresponding emoji @sticker Animated sticker with the emoji animation @color_replacements List of colors to be replaced while the sticker is rendered @sound File containing the sound to be played when the animated emoji is clicked if any; may be null
|
//@description A message with an animated emoji
|
||||||
|
//@emoji The corresponding emoji
|
||||||
|
//@sticker Animated sticker with the emoji animation
|
||||||
|
//@color_replacements List of colors to be replaced while the sticker is rendered
|
||||||
|
//@sound File containing the sound to be played when the animated emoji is clicked if any; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container
|
||||||
messageAnimatedEmoji emoji:string sticker:sticker color_replacements:vector<colorReplacement> sound:file = MessageContent;
|
messageAnimatedEmoji emoji:string sticker:sticker color_replacements:vector<colorReplacement> sound:file = MessageContent;
|
||||||
|
|
||||||
//@description A dice message. The dice value is randomly generated by the server
|
//@description A dice message. The dice value is randomly generated by the server
|
||||||
|
Loading…
Reference in New Issue
Block a user