Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -73624,7 +73624,7 @@
"description": "The specified offset is longer than 64 bytes."
},
"NOT_ELIGIBLE": {
"code": 400,
"code": 403,
"type": "NOT_ELIGIBLE",
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
},
Expand Down Expand Up @@ -73692,7 +73692,7 @@
"description": "The specified participant ID is invalid."
},
"PARTICIPANT_JOIN_MISSING": {
"code": 403,
"code": 400,
"type": "PARTICIPANT_JOIN_MISSING",
"description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall."
},
Expand Down Expand Up @@ -74985,7 +74985,7 @@
"description": "This method can only be called by a bot."
},
"USER_CHANNELS_TOO_MUCH": {
"code": 400,
"code": 403,
"type": "USER_CHANNELS_TOO_MUCH",
"description": "One of the users you tried to add is already in too many channels/supergroups."
},
Expand Down Expand Up @@ -75030,7 +75030,7 @@
"description": "This user was kicked from this supergroup/channel."
},
"USER_NOT_MUTUAL_CONTACT": {
"code": 400,
"code": 403,
"type": "USER_NOT_MUTUAL_CONTACT",
"description": "The provided user is not a mutual contact."
},
Expand Down
Loading