feat: sync recent call and channel fixes
This commit is contained in:
parent
e5e0080216
commit
866a87583e
65 changed files with 6680 additions and 229 deletions
|
|
@ -276,6 +276,9 @@ func (r *Router) onPhoneInviteToGroupCall(ctx context.Context, req *tg.PhoneInvi
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if scope.call.Conference() {
|
||||
return nil, notImplementedErr()
|
||||
}
|
||||
if len(req.Users) == 0 || len(req.Users) > maxInviteToGroupCallUsers {
|
||||
return nil, limitInvalidErr()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue