merged from gramsrv upstream
This commit is contained in:
parent
79c64ee916
commit
21a0856587
651 changed files with 54774 additions and 4590 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue