Versions in this module Expand all Collapse all v1 v1.2.0 Oct 9, 2023 v1.1.0 Jun 27, 2023 v1.0.1 Apr 12, 2023 v1.0.0 Apr 2, 2023 Changes in this version + const Sqlite3GroupMessageTableName + const Sqlite3GuildChannelMessageTableName + const Sqlite3GuildMessageAttributeTableName + const Sqlite3MessageAttributeTableName + const Sqlite3PrivateMessageTableName + const Sqlite3QuotedInfoTableName + const Sqlite3TinyInfoTableName + const Sqlite3UinInfoTableName + type QuotedInfo struct + ID int64 + PrevGlobalID int32 + PrevID string + QuotedContent string + type StoredGroupMessage struct + AnonymousID string + AttributeID int64 + Content string + GlobalID int32 + GroupCode int64 + ID string + QuotedInfoID int64 + SubType string + type StoredGuildChannelMessage struct + AttributeID int64 + ChannelID int64 + Content string + GuildID int64 + ID string + QuotedInfoID int64 + type StoredGuildMessageAttribute struct + ID int64 + InternalID int64 + MessageSeq int64 + SenderTinyID int64 + Timestamp int64 + type StoredMessageAttribute struct + ID int64 + InternalID int32 + MessageSeq int32 + SenderUin int64 + Timestamp int64 + type StoredPrivateMessage struct + AttributeID int64 + Content string + GlobalID int32 + ID string + QuotedInfoID int64 + SessionUin int64 + SubType string + TargetUin int64 + type TinyInfo struct + ID int64 + Name string + type UinInfo struct + Name string + Uin int64 v1.0.0-rc5 Mar 18, 2023 v1.0.0-rc4 Jan 1, 2023