Improve documentation.

This commit is contained in:
levlam 2021-10-06 01:55:35 +03:00
parent c3d898f1e6
commit 0259ee8262

View File

@ -1711,7 +1711,11 @@ messageVenue venue:venue = MessageContent;
//@description A message with a user contact @contact The contact description
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;
//@description A dice message. The dice value is randomly generated by the server