@@ -5958,7 +5958,7 @@ public static Telegram.Native.CachedVideoAnimation LoadFromFile_stub(Telegram.Na
5958
5958
throw new RuntimeException ( ex ) ;
5959
5959
}
5960
5960
}
5961
- public static void RenderSync_stub ( this Telegram . Native . CachedVideoAnimation sender , Windows . Storage . Streams . IBuffer bitmap , out int seconds , out bool completed )
5961
+ public static void RenderSync_stub ( this Telegram . Native . CachedVideoAnimation sender , Windows . Storage . Streams . IBuffer bitmap , out double seconds , out bool completed )
5962
5962
{
5963
5963
try
5964
5964
{
@@ -6348,6 +6348,18 @@ public static void Encode_stub(this Telegram.Native.PlaceholderImageHelper sende
6348
6348
throw new RuntimeException ( ex ) ;
6349
6349
}
6350
6350
}
6351
+ public static Windows . UI . Composition . CompositionPath GetEllipticalClip_stub ( this Telegram . Native . PlaceholderImageHelper sender , float width , float height , float radius , float x , float y )
6352
+ {
6353
+ try
6354
+ {
6355
+ return sender . GetEllipticalClip ( width , height , radius , x , y ) ;
6356
+ }
6357
+ catch ( Exception ex )
6358
+ {
6359
+ Logger . Error ( Environment . StackTrace ) ;
6360
+ throw new RuntimeException ( ex ) ;
6361
+ }
6362
+ }
6351
6363
public static Windows . UI . Composition . CompositionPath GetOutline_stub ( this Telegram . Native . PlaceholderImageHelper sender , System . Collections . Generic . IList < Telegram . Td . Api . ClosedVectorPath > contours )
6352
6364
{
6353
6365
try
@@ -6360,6 +6372,18 @@ public static Windows.UI.Composition.CompositionPath GetOutline_stub(this Telegr
6360
6372
throw new RuntimeException ( ex ) ;
6361
6373
}
6362
6374
}
6375
+ public static Windows . UI . Composition . CompositionPath GetReplyMarkupClip_stub ( this Telegram . Native . PlaceholderImageHelper sender , System . Collections . Generic . IList < System . Collections . Generic . IList < Windows . Foundation . Rect > > buttons , float bottomRightRadius , float bottomLeftRadius )
6376
+ {
6377
+ try
6378
+ {
6379
+ return sender . GetReplyMarkupClip ( buttons , bottomRightRadius , bottomLeftRadius ) ;
6380
+ }
6381
+ catch ( Exception ex )
6382
+ {
6383
+ Logger . Error ( Environment . StackTrace ) ;
6384
+ throw new RuntimeException ( ex ) ;
6385
+ }
6386
+ }
6363
6387
public static Windows . UI . Composition . CompositionPath GetTail_stub ( this Telegram . Native . PlaceholderImageHelper sender , float width , float height , float topLeftRadius , float topRightRadius , float bottomRightRadius , float bottomLeftRadius )
6364
6388
{
6365
6389
try
@@ -6372,6 +6396,18 @@ public static Windows.UI.Composition.CompositionPath GetTail_stub(this Telegram.
6372
6396
throw new RuntimeException ( ex ) ;
6373
6397
}
6374
6398
}
6399
+ public static Windows . UI . Composition . CompositionPath GetVoiceNoteClip_stub ( this Telegram . Native . PlaceholderImageHelper sender , System . Collections . Generic . IList < byte > waveform , double waveformWidth )
6400
+ {
6401
+ try
6402
+ {
6403
+ return sender . GetVoiceNoteClip ( waveform , waveformWidth ) ;
6404
+ }
6405
+ catch ( Exception ex )
6406
+ {
6407
+ Logger . Error ( Environment . StackTrace ) ;
6408
+ throw new RuntimeException ( ex ) ;
6409
+ }
6410
+ }
6375
6411
public static bool IsWebP_stub ( string fileName , out int pixelWidth , out int pixelHeight )
6376
6412
{
6377
6413
try
@@ -6462,7 +6498,7 @@ public static Telegram.Native.VideoAnimation LoadFromFile_stub(Telegram.Native.I
6462
6498
throw new RuntimeException ( ex ) ;
6463
6499
}
6464
6500
}
6465
- public static int RenderSync_stub ( this Telegram . Native . VideoAnimation sender , Windows . Storage . Streams . IBuffer bitmap , int width , int height , bool preview , out int seconds )
6501
+ public static int RenderSync_stub ( this Telegram . Native . VideoAnimation sender , Windows . Storage . Streams . IBuffer bitmap , int width , int height , bool preview , out double seconds )
6466
6502
{
6467
6503
try
6468
6504
{
0 commit comments