@@ -191,8 +191,7 @@ def sendMessage(self,
191191
192192 Args:
193193 chat_id:
194- Unique identifier for the message recipient - telegram.User or
195- telegram.GroupChat id.
194+ Unique identifier for the message recipient - telegram.Chat id.
196195 parse_mode:
197196 Send Markdown, if you want Telegram apps to show bold, italic and
198197 inline URLs in your bot's message. For the moment, only Telegram
@@ -234,10 +233,10 @@ def forwardMessage(self,
234233
235234 Args:
236235 chat_id:
237- Unique identifier for the message recipient - User or GroupChat id.
236+ Unique identifier for the message recipient - Chat id.
238237 from_chat_id:
239238 Unique identifier for the chat where the original message was sent
240- - User or GroupChat id.
239+ - Chat id.
241240 message_id:
242241 Unique message identifier.
243242
@@ -268,7 +267,7 @@ def sendPhoto(self,
268267
269268 Args:
270269 chat_id:
271- Unique identifier for the message recipient - User or GroupChat id.
270+ Unique identifier for the message recipient - Chat id.
272271 photo:
273272 Photo to send. You can either pass a file_id as String to resend a
274273 photo that is already on the Telegram servers, or upload a new
@@ -319,7 +318,7 @@ def sendAudio(self,
319318
320319 Args:
321320 chat_id:
322- Unique identifier for the message recipient - User or GroupChat id.
321+ Unique identifier for the message recipient - Chat id.
323322 audio:
324323 Audio file to send. You can either pass a file_id as String to
325324 resend an audio that is already on the Telegram servers, or upload
@@ -366,7 +365,7 @@ def sendDocument(self,
366365
367366 Args:
368367 chat_id:
369- Unique identifier for the message recipient - User or GroupChat id.
368+ Unique identifier for the message recipient - Chat id.
370369 document:
371370 File to send. You can either pass a file_id as String to resend a
372371 file that is already on the Telegram servers, or upload a new file
@@ -405,7 +404,7 @@ def sendSticker(self,
405404
406405 Args:
407406 chat_id:
408- Unique identifier for the message recipient - User or GroupChat id.
407+ Unique identifier for the message recipient - Chat id.
409408 sticker:
410409 Sticker to send. You can either pass a file_id as String to resend
411410 a sticker that is already on the Telegram servers, or upload a new
@@ -441,7 +440,7 @@ def sendVideo(self,
441440
442441 Args:
443442 chat_id:
444- Unique identifier for the message recipient - User or GroupChat id.
443+ Unique identifier for the message recipient - Chat id.
445444 video:
446445 Video to send. You can either pass a file_id as String to resend a
447446 video that is already on the Telegram servers, or upload a new
@@ -490,7 +489,7 @@ def sendVoice(self,
490489
491490 Args:
492491 chat_id:
493- Unique identifier for the message recipient - User or GroupChat id.
492+ Unique identifier for the message recipient - Chat id.
494493 voice:
495494 Audio file to send. You can either pass a file_id as String to
496495 resend an audio that is already on the Telegram servers, or upload
@@ -529,7 +528,7 @@ def sendLocation(self,
529528
530529 Args:
531530 chat_id:
532- Unique identifier for the message recipient - User or GroupChat id.
531+ Unique identifier for the message recipient - Chat id.
533532 latitude:
534533 Latitude of location.
535534 longitude:
@@ -565,7 +564,7 @@ def sendChatAction(self,
565564
566565 Args:
567566 chat_id:
568- Unique identifier for the message recipient - User or GroupChat id.
567+ Unique identifier for the message recipient - Chat id.
569568 action:
570569 Type of action to broadcast. Choose one, depending on what the user
571570 is about to receive:
0 commit comments