Browse Source

layer 139

cyberash 3 years ago
parent
commit
fff402a39d
3 changed files with 6 additions and 2 deletions
  1. 2 0
      gramjs/tl/api.d.ts
  2. 1 1
      gramjs/tl/apiTl.js
  3. 3 1
      gramjs/tl/static/api.tl

+ 2 - 0
gramjs/tl/api.d.ts

@@ -18980,6 +18980,7 @@ export namespace Api {
     }
     export class CreateGroupCall extends Request<Partial<{
       // flags: null;
+      rtmpStream?: boolean;
       peer: Api.TypeEntityLike;
       randomId: int;
       title?: string;
@@ -18991,6 +18992,7 @@ export namespace Api {
     className: "phone.CreateGroupCall";
     static fromReader(reader: Reader): CreateGroupCall;
       // flags: null;
+      rtmpStream?: boolean;
       peer: Api.TypeEntityLike;
       randomId: int;
       title?: string;

+ 1 - 1
gramjs/tl/apiTl.js

@@ -1340,7 +1340,7 @@ phone.discardCall#b2cbc1c0 flags:# video:flags.0?true peer:InputPhoneCall durati
 phone.setCallRating#59ead627 flags:# user_initiative:flags.0?true peer:InputPhoneCall rating:int comment:string = Updates;
 phone.saveCallDebug#277add7e peer:InputPhoneCall debug:DataJSON = Bool;
 phone.sendSignalingData#ff7a9383 peer:InputPhoneCall data:bytes = Bool;
-phone.createGroupCall#48cdc6d8 flags:# peer:InputPeer random_id:int title:flags.0?string schedule_date:flags.1?int = Updates;
+phone.createGroupCall#48cdc6d8 flags:# rtmp_stream:flags.2?true peer:InputPeer random_id:int title:flags.0?string schedule_date:flags.1?int = Updates;
 phone.joinGroupCall#b132ff7b flags:# muted:flags.0?true video_stopped:flags.2?true call:InputGroupCall join_as:InputPeer invite_hash:flags.1?string params:DataJSON = Updates;
 phone.leaveGroupCall#500377f9 call:InputGroupCall source:int = Updates;
 phone.inviteToGroupCall#7b393160 call:InputGroupCall users:Vector<InputUser> = Updates;

+ 3 - 1
gramjs/tl/static/api.tl

@@ -1727,7 +1727,7 @@ phone.discardCall#b2cbc1c0 flags:# video:flags.0?true peer:InputPhoneCall durati
 phone.setCallRating#59ead627 flags:# user_initiative:flags.0?true peer:InputPhoneCall rating:int comment:string = Updates;
 phone.saveCallDebug#277add7e peer:InputPhoneCall debug:DataJSON = Bool;
 phone.sendSignalingData#ff7a9383 peer:InputPhoneCall data:bytes = Bool;
-phone.createGroupCall#48cdc6d8 flags:# peer:InputPeer random_id:int title:flags.0?string schedule_date:flags.1?int = Updates;
+phone.createGroupCall#48cdc6d8 flags:# rtmp_stream:flags.2?true peer:InputPeer random_id:int title:flags.0?string schedule_date:flags.1?int = Updates;
 phone.joinGroupCall#b132ff7b flags:# muted:flags.0?true video_stopped:flags.2?true call:InputGroupCall join_as:InputPeer invite_hash:flags.1?string params:DataJSON = Updates;
 phone.leaveGroupCall#500377f9 call:InputGroupCall source:int = Updates;
 phone.inviteToGroupCall#7b393160 call:InputGroupCall users:Vector<InputUser> = Updates;
@@ -1765,3 +1765,5 @@ stats.getMessageStats#b6e0a3f5 flags:# dark:flags.0?true channel:InputChannel ms
 // LAYER 138
 
 phone.getGroupCallStreamRtmpUrl#deb3abbf peer:InputPeer revoke:Bool = phone.GroupCallStreamRtmpUrl;
+
+// LAYER 139