### Initialize a new DingRobot Source: https://pkg.go.dev/github.com/royeo/dingrobot Creates a new Roboter instance using the provided webhook URL. ```go func NewRobot(webhook string) Roboter ``` -------------------------------- ### func NewRobot Source: https://pkg.go.dev/github.com/royeo/dingrobot Initializes a new DingTalk robot instance using a provided webhook URL. ```APIDOC ## func NewRobot ### Description NewRobot returns a roboter that can send messages using the specified webhook URL. ### Parameters - **webhook** (string) - Required - The DingTalk webhook URL used to send messages. ### Returns - **Roboter** (interface) - An instance capable of sending messages. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.