Link
class Link extends Message
link类型
Properties
protected string | $type | 消息类型 | from Message |
protected array | $atMobiles | 被@人的手机号(在content里添加@人的手机号) | from Message |
protected bool | $isAll | 是否@所有人 | from Message |
protected array | $message | 最终消息结构体 | from Message |
Methods
string
toJson()
No description
__construct(string $title, string $text, string $messageUrl)
No description