FeedCard
class FeedCard extends Message
FeedCard类型
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()
最终输出的结构体JSON
__construct(array $links)
FeedCard constructor.
Details
at line 34
string
toJson()
最终输出的结构体JSON
in
Message at line 90
protected string
formatContent(string $content)
格式化消息体
at line 23
__construct(array $links)
FeedCard constructor.