chore: refresh gramsrv public release
This commit is contained in:
parent
75cebe8dbf
commit
70b6820474
1274 changed files with 378751 additions and 59919 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue