# Functions
*
* @description: 发送消息
* @param {int} chat_id 聊天ID
* @param {string} text 需要发送的信息
* @param {bool} disable_web_page_preview 是否需要禁用链接预览
* @param {bool} disable_notification 是否需要静默发送
* @param {int} reply_to_message_id 需要回复消息的ID
* @param {bool} allow_sending_without_reply 没有找到需要回复的消息时,是否发送
* @return {[]byte}
* @return {*http.Response}
* @return {error}
*/.