chore: refresh gramsrv public release
This commit is contained in:
parent
75cebe8dbf
commit
70b6820474
1274 changed files with 378751 additions and 59919 deletions
21
internal/rpc/channels_constants.go
Normal file
21
internal/rpc/channels_constants.go
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package rpc
|
||||
|
||||
const (
|
||||
maxChannelTitleLength = 128
|
||||
maxChannelAboutLength = 255
|
||||
maxChannelUsernameOrder = 32
|
||||
maxChannelReportMessageIDs = 100
|
||||
maxChannelSearchPostsLimit = 50
|
||||
maxChannelSearchPostsQuery = 256
|
||||
maxChannelPaidMessageStars = 10000
|
||||
maxChannelBoostsToUnblockRestrictions = 8
|
||||
maxChatInviteListLimit = 100
|
||||
maxChatInviteLinkLength = 256
|
||||
maxChatInviteSearchLength = 256
|
||||
)
|
||||
|
||||
const (
|
||||
channelFanoutMembers channelFanoutScope = iota
|
||||
channelFanoutViewers
|
||||
channelFanoutExplicit
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue