16#ifndef MIRAI_NEW_FRIEND_REQUEST_EVENT_HPP_
17#define MIRAI_NEW_FRIEND_REQUEST_EVENT_HPP_
46 std::string nickname_;
63 std::string
GetMessage()
const {
return this->message_; }
Common interface for all event types
GID_t GetGroupId() const
获取申请人来自的群聊,若无则返回 0_gid
std::string GetMessage() const
获取申请信息
QQ_t GetUserId() const
获取申请人QQ
std::string GetNickname() const
获取申请人昵称
int64_t GetEventId() const
获取事件id,唯一标识符
bool isFromGroup() const
申请人是否通过群聊找到Bot