cpp-mirai-client
v2.6.1
cpp client for mirai-api-http
|
群公告 更多...
#include <GroupSettings.hpp>
Public 属性 | |
Group | group |
群聊 更多... | |
std::string | content |
公告内容 更多... | |
QQ_t | SenderId |
公告发送着QQ 更多... | |
std::string | fid |
公告id,唯一标识符 更多... | |
bool | AllConfirmed = false |
是否全员已确认 更多... | |
int | ConfirmedCount = 0 |
公告确认人数 更多... | |
std::time_t | PublicationTime = 0 |
发布时间 更多... | |
群公告
Member Variable | Default Value |
---|---|
GroupAnnouncement::group | Group{} |
GroupAnnouncement::content | "" |
GroupAnnouncement::SenderId | 0_qq |
GroupAnnouncement::fid | "" |
GroupAnnouncement::AllConfirmed | false |
GroupAnnouncement::ConfirmedCount | 0 |
GroupAnnouncement::PublicationTime | 0 |
在文件 GroupSettings.hpp 第 67 行定义.
Group Mirai::GroupAnnouncement::group |
群聊
在文件 GroupSettings.hpp 第 70 行定义.
std::string Mirai::GroupAnnouncement::content |
公告内容
在文件 GroupSettings.hpp 第 72 行定义.
QQ_t Mirai::GroupAnnouncement::SenderId |
公告发送着QQ
在文件 GroupSettings.hpp 第 74 行定义.
std::string Mirai::GroupAnnouncement::fid |
公告id,唯一标识符
在文件 GroupSettings.hpp 第 76 行定义.
bool Mirai::GroupAnnouncement::AllConfirmed = false |
是否全员已确认
在文件 GroupSettings.hpp 第 78 行定义.
int Mirai::GroupAnnouncement::ConfirmedCount = 0 |
公告确认人数
在文件 GroupSettings.hpp 第 80 行定义.
std::time_t Mirai::GroupAnnouncement::PublicationTime = 0 |
发布时间
在文件 GroupSettings.hpp 第 82 行定义.