# Functions
*
* @description: 发送消息
* @param {string} to 消息接收的聊天ID
* @param {string} messages 消息内容
* @param {bool} notificationDisabled 是否需要静默发送
* @return {[]byte}
* @return {*http.Response}
* @return {error}
*/.
*
* @description: 发送回复消息
* @param {string} replyToken 消息回复令牌
* @param {string} messages 消息内容
* @param {bool} notificationDisabled 是否需要静默发送
* @return {[]byte}
* @return {*http.Response}
* @return {error}
*/.