merged from gramsrv upstream

This commit is contained in:
onysd 2026-09-01 12:06:31 +03:00
parent 79c64ee916
commit 21a0856587
651 changed files with 54774 additions and 4590 deletions

View file

@ -7,6 +7,7 @@ import (
const (
ModelDialogLight = "dialog_light"
ModelDialogOwner = "dialog_owner"
ModelContactAccount = "contact_account"
ModelChannelBase = "channel_base"
ModelChannelMember = "channel_member"
@ -15,6 +16,9 @@ const (
ModelPrivateMediaCounts = "private_media_counts"
ModelChannelParticipants = "channel_participants"
ModelChannelSelfBoosts = "channel_self_boosts"
ModelUserVisibility = "user_visibility"
ModelStoryPeer = "story_peer"
ModelStoryHiddenList = "story_hidden_list"
)
func MixHashes(values ...int64) int64 {