navMessageReplyDefine (Function) |
Top Previous Next |
This function will define a reply for a text message. If a reply with the same ID already exists, the text of the reply is updated. Up to 200 message replies can be defined.
Input: id : INT Unique ID to identify this reply.
text : STRING The text that is displayed for this reply. (Max. 49 characters)
Returns: INT
Declaration: FUNCTION navMessageReplyDefine : INT;
Example: INCLUDE rtcu.inc |