@@ -791,7 +791,7 @@ public function getFile($file_id)
791
791
792
792
return $ this ->endpoint ('getFile ' , $ content );
793
793
}
794
-
794
+
795
795
/// Kick Chat Member
796
796
797
797
/**
@@ -825,7 +825,7 @@ public function kickChatMember(array $content)
825
825
{
826
826
return $ this ->endpoint ('kickChatMember ' , $ content );
827
827
}
828
-
828
+
829
829
/// Leave Chat
830
830
831
831
/**
@@ -851,7 +851,7 @@ public function leaveChat(array $content)
851
851
{
852
852
return $ this ->endpoint ('leaveChat ' , $ content );
853
853
}
854
-
854
+
855
855
/// Unban Chat Member
856
856
857
857
/**
@@ -883,7 +883,7 @@ public function unbanChatMember(array $content)
883
883
{
884
884
return $ this ->endpoint ('unbanChatMember ' , $ content );
885
885
}
886
-
886
+
887
887
/// Get Chat Information
888
888
889
889
/**
@@ -2360,7 +2360,7 @@ public function unpinChatMessage(array $content)
2360
2360
{
2361
2361
return $ this ->endpoint ('unpinChatMessage ' , $ content );
2362
2362
}
2363
-
2363
+
2364
2364
/// Get Sticker Set
2365
2365
2366
2366
/**
@@ -2386,7 +2386,7 @@ public function getStickerSet(array $content)
2386
2386
{
2387
2387
return $ this ->endpoint ('getStickerSet ' , $ content );
2388
2388
}
2389
-
2389
+
2390
2390
/// Upload Sticker File
2391
2391
2392
2392
/**
@@ -2418,7 +2418,7 @@ public function uploadStickerFile(array $content)
2418
2418
{
2419
2419
return $ this ->endpoint ('uploadStickerFile ' , $ content );
2420
2420
}
2421
-
2421
+
2422
2422
/// Create New Sticker Set
2423
2423
2424
2424
/**
@@ -2480,7 +2480,7 @@ public function createNewStickerSet(array $content)
2480
2480
{
2481
2481
return $ this ->endpoint ('createNewStickerSet ' , $ content );
2482
2482
}
2483
-
2483
+
2484
2484
/// Add Sticker To Set
2485
2485
2486
2486
/**
@@ -2530,7 +2530,7 @@ public function addStickerToSet(array $content)
2530
2530
{
2531
2531
return $ this ->endpoint ('addStickerToSet ' , $ content );
2532
2532
}
2533
-
2533
+
2534
2534
/// Set Sticker Position In Set
2535
2535
2536
2536
/**
@@ -2562,7 +2562,7 @@ public function setStickerPositionInSet(array $content)
2562
2562
{
2563
2563
return $ this ->endpoint ('setStickerPositionInSet ' , $ content );
2564
2564
}
2565
-
2565
+
2566
2566
/// Delete Sticker From Set
2567
2567
2568
2568
/**
0 commit comments