chore: refresh gramsrv public release

This commit is contained in:
A 2026-06-30 14:37:43 +08:00
parent 75cebe8dbf
commit 70b6820474
1274 changed files with 378751 additions and 59919 deletions

View file

@ -12,6 +12,7 @@ type Contact struct {
Note string
NoteEntities []MessageEntity
Mutual bool
CloseFriend bool
}
// ContactList 是通讯录查询结果。
@ -20,6 +21,12 @@ type ContactList struct {
Hash int64
}
// CloseFriendsEditResult describes a full close-friends list replacement.
type CloseFriendsEditResult struct {
AddedUserIDs []int64
RemovedUserIDs []int64
}
// BlockedContact is one owner-visible blocked peer.
type BlockedContact struct {
User User
@ -74,4 +81,8 @@ type PeerSettings struct {
ShareContact bool
NeedContactsException bool
HiddenPeerSettingsBar bool
BusinessBotID int64
BusinessBotManageURL string
BusinessBotPaused bool
BusinessBotCanReply bool
}