File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ public function sendLocation(array $content)
644
644
{
645
645
return $ this ->endpoint ('sendLocation ' , $ content );
646
646
}
647
-
647
+
648
648
/// Edit Message Live Location
649
649
650
650
/**
@@ -700,7 +700,7 @@ public function editMessageLiveLocation(array $content)
700
700
{
701
701
return $ this ->endpoint ('editMessageLiveLocation ' , $ content );
702
702
}
703
-
703
+
704
704
/// Stop Message Live Location
705
705
706
706
/**
@@ -744,7 +744,7 @@ public function stopMessageLiveLocation(array $content)
744
744
{
745
745
return $ this ->endpoint ('stopMessageLiveLocation ' , $ content );
746
746
}
747
-
747
+
748
748
/// Set Chat Sticker Set
749
749
750
750
/**
@@ -770,8 +770,7 @@ public function setChatStickerSet(array $content)
770
770
{
771
771
return $ this ->endpoint ('setChatStickerSet ' , $ content );
772
772
}
773
-
774
-
773
+
775
774
/// Delete Chat Sticker Set
776
775
777
776
/**
@@ -797,7 +796,7 @@ public function deleteChatStickerSet(array $content)
797
796
{
798
797
return $ this ->endpoint ('deleteChatStickerSet ' , $ content );
799
798
}
800
-
799
+
801
800
/// Send Media Group
802
801
803
802
/**
@@ -841,7 +840,7 @@ public function sendMediaGroup(array $content)
841
840
{
842
841
return $ this ->endpoint ('sendMediaGroup ' , $ content );
843
842
}
844
-
843
+
845
844
/// Send Venue
846
845
847
846
/**
You can’t perform that action at this time.
0 commit comments