@@ -280,7 +280,7 @@ public function sendVoice(array $content)
280
280
/// Send a location
281
281
282
282
/**
283
- * See <a href="https://core.telegram.org/bots/api#sendlocation">sendLocation</a> for the input values
283
+ * See <a href="https://core.telegram.org/bots/api#sendlocation">sendLocation</a> for the input values
284
284
* \param $content the request parameters as array
285
285
* \return the JSON Telegram's reply.
286
286
*/
@@ -363,10 +363,10 @@ public function sendVenue(array $content)
363
363
364
364
//Send contact
365
365
366
- /**
366
+ /**
367
367
* See <a href="https://core.telegram.org/bots/api#sendcontact">sendContact</a> for the input values
368
368
* \param $content the request parameters as array
369
- * \return the JSON Telegram's reply
369
+ * \return the JSON Telegram's reply.
370
370
*/
371
371
public function sendContact (array $ content )
372
372
{
@@ -378,7 +378,7 @@ public function sendContact(array $content)
378
378
/**
379
379
* See <a href="https://core.telegram.org/bots/api#sendpoll">sendPoll</a> for the input values
380
380
* \param $content the request parameters as array
381
- * \return the JSON Telegram's reply
381
+ * \return the JSON Telegram's reply.
382
382
*/
383
383
public function sendPoll (array $ content )
384
384
{
@@ -390,7 +390,7 @@ public function sendPoll(array $content)
390
390
/**
391
391
* See <a href="https://core.telegram.org/bots/api#senddice">sendDice</a> for the input values
392
392
* \param $content the request parameters as array
393
- * \return the JSON Telegram's reply
393
+ * \return the JSON Telegram's reply.
394
394
*/
395
395
public function sendDice (array $ content )
396
396
{
@@ -1332,7 +1332,7 @@ public function restrictChatMember(array $content)
1332
1332
/// Promote Chat Member
1333
1333
1334
1334
/**
1335
- * See <a href="https://core.telegram.org/bots/api#promotechatmember">promoteChatMember</a> for the input values
1335
+ * See <a href="https://core.telegram.org/bots/api#promotechatmember">promoteChatMember</a> for the input values
1336
1336
* \param $content the request parameters as array
1337
1337
* \return the JSON Telegram's reply.
1338
1338
*/
@@ -1344,7 +1344,7 @@ public function promoteChatMember(array $content)
1344
1344
/// Set chat Administrator custom title
1345
1345
1346
1346
/**
1347
- * See <a href="https://core.telegram.org/bots/api#setchatadministratorcustomtitle">setChatAdministratorCustomTitle</a> for the input values
1347
+ * See <a href="https://core.telegram.org/bots/api#setchatadministratorcustomtitle">setChatAdministratorCustomTitle</a> for the input values
1348
1348
* \param $content the request parameters as array
1349
1349
* \return the JSON Telegram's reply.
1350
1350
*/
@@ -1356,7 +1356,7 @@ public function setChatAdministratorCustomTitle(array $content)
1356
1356
/// Ban a channel chat in a super group or channel
1357
1357
1358
1358
/**
1359
- * See <a href="https://core.telegram.org/bots/api#banchatsenderchat">banChatSenderChat</a> for the input values
1359
+ * See <a href="https://core.telegram.org/bots/api#banchatsenderchat">banChatSenderChat</a> for the input values
1360
1360
* \param $content the request parameters as array
1361
1361
* \return the JSON Telegram's reply.
1362
1362
*/
@@ -1368,7 +1368,7 @@ public function banChatSenderChat(array $content)
1368
1368
/// Unban a channel chat in a super group or channel
1369
1369
1370
1370
/**
1371
- * See <a href="https://core.telegram.org/bots/api#unbanchatsenderchat">unbanChatSenderChat</a> for the input values
1371
+ * See <a href="https://core.telegram.org/bots/api#unbanchatsenderchat">unbanChatSenderChat</a> for the input values
1372
1372
* \param $content the request parameters as array
1373
1373
* \return the JSON Telegram's reply.
1374
1374
*/
@@ -1380,7 +1380,7 @@ public function unbanChatSenderChat(array $content)
1380
1380
/// Set default chat permission for all members
1381
1381
1382
1382
/**
1383
- * See <a href="https://core.telegram.org/bots/api#setchatpermissions">setChatPermissions</a> for the input values
1383
+ * See <a href="https://core.telegram.org/bots/api#setchatpermissions">setChatPermissions</a> for the input values
1384
1384
* \param $content the request parameters as array
1385
1385
* \return the JSON Telegram's reply.
1386
1386
*/
0 commit comments