File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 68755
68755
"description": "You do not have the rights to do this."
68756
68756
},
68757
68757
"CHAT_ADMIN_REQUIRED": {
68758
- "code": 400 ,
68758
+ "code": 403 ,
68759
68759
"type": "CHAT_ADMIN_REQUIRED",
68760
68760
"description": "You must be an admin in this chat to do this."
68761
68761
},
69550
69550
"description": "The invite hash is empty."
69551
69551
},
69552
69552
"INVITE_HASH_EXPIRED": {
69553
- "code": 406 ,
69553
+ "code": 400 ,
69554
69554
"type": "INVITE_HASH_EXPIRED",
69555
69555
"description": "The invite link has expired."
69556
69556
},
69830
69830
"description": "The specified offset is longer than 64 bytes."
69831
69831
},
69832
69832
"NOT_ELIGIBLE": {
69833
- "code": 403 ,
69833
+ "code": 400 ,
69834
69834
"type": "NOT_ELIGIBLE",
69835
69835
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
69836
69836
},
69890
69890
"description": "The specified participant ID is invalid."
69891
69891
},
69892
69892
"PARTICIPANT_JOIN_MISSING": {
69893
- "code": 403 ,
69893
+ "code": 400 ,
69894
69894
"type": "PARTICIPANT_JOIN_MISSING",
69895
69895
"description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall."
69896
69896
},
71090
71090
"description": "This method can only be called by a bot."
71091
71091
},
71092
71092
"USER_CHANNELS_TOO_MUCH": {
71093
- "code": 400 ,
71093
+ "code": 403 ,
71094
71094
"type": "USER_CHANNELS_TOO_MUCH",
71095
71095
"description": "One of the users you tried to add is already in too many channels/supergroups."
71096
71096
},
You can’t perform that action at this time.
0 commit comments