Interface RobotProperty

All Known Implementing Classes:
WXWorkRobotProperty

public interface RobotProperty

RobotProperty

Author:
nekoimi 2022/07/16
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    机器人唯一标识
    机器人名称
    机器人webhook地址
  • Method Details

    • id

      String id()

      机器人唯一标识

    • name

      String name()

      机器人名称

    • webhook

      String webhook()

      机器人webhook地址