feat: sync durable moderation and appeals
This commit is contained in:
parent
e1a95c7318
commit
9f467f4be7
140 changed files with 13730 additions and 316 deletions
|
|
@ -382,6 +382,9 @@ func callProtocolFlagsInvalidErr() error {
|
|||
|
||||
func userIsBlockedErr() error { return tgerr.New(400, "USER_IS_BLOCKED") }
|
||||
func userPrivacyRestrictedErr() error { return tgerr.New(403, "USER_PRIVACY_RESTRICTED") }
|
||||
func chatSendVoicesForbiddenErr() error {
|
||||
return tgerr.New(403, "CHAT_SEND_VOICES_FORBIDDEN")
|
||||
}
|
||||
|
||||
// signalingDataInvalidErr 表示 phone.sendSignalingData 载荷超限或非法。
|
||||
func signalingDataInvalidErr() error { return tgerr.New(400, "DATA_INVALID") }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue