Ares7 / all-telegrambot-functions

all-telegrambot-functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@IqrorjonCoder

I hope this will be useful for you (inshaallah) 🤲🤲🤲

I am writing all python-telegram-bot functions examples and you can use it you want.

python-telegram-bot

Numpy is

This library provides a pure Python interface for the Telegram Bot API.
It’s compatible with Python versions 3.7+. PTB might also work on PyPy, 
though there have been a lot of issues before. Hence, PyPy is not officially supported.
In addition to the pure API implementation, this library features a number of high-level 
classes to make the development of bots easy and straightforward. These classes are contained
in the telegram.ext submodule

All python-telegram-bot functions list

1. update.message.animation()
2. update.message.audio()
3. update.message.author_signature()
4. update.message.bot()
5. update.message.caption()
6. update.message.caption_entities()
7. update.message.caption_html()
8. update.message.caption_html_urled()
9. update.message.caption_markdown()
10. update.message.caption_markdown_urled()
11. update.message.caption_markdown_v2()
12. update.message.caption_markdown_v2_urled()
13. update.message.channel_chat_created()
14. update.message.chat()
15. update.message.chat_id()
16. update.message.connected_website()
17. update.message.contact()
18. update.message.copy()
19. update.message.date()
20. update.message.de_json()
21. update.message.de_list()
22. update.message.delete()
23. update.message.delete_chat_photo()
24. update.message.dice()
25. update.message.document()
26. update.message.edit_caption()
27. update.message.edit_date()
28. update.message.edit_live_location()
29. update.message.edit_media()
30. update.message.edit_reply_markup()
31. update.message.edit_text()
32. update.message.effective_attachment()
33. update.message.entities()
34. update.message.forward()
35. update.message.forward_date()
36. update.message.forward_from()
37. update.message.forward_from_chat()
38. update.message.forward_from_message_id()
39. update.message.forward_sender_name()
40. update.message.forward_signature()
41. update.message.from_user()
42. update.message.game()
43. update.message.get_game_high_scores()
44. update.message.group_chat_created()
45. update.message.has_protected_content()
46. update.message.invoice()
47. update.message.is_automatic_forward()
48. update.message.left_chat_member()
49. update.message.link()
50. update.message.location()
51. update.message.media_group_id()
52. update.message.message_auto_delete_timer_changed()
53. update.message.message_id()
54. update.message.migrate_from_chat_id()
55. update.message.migrate_to_chat_id()
56. update.message.new_chat_members()
57. update.message.new_chat_photo()
58. update.message.new_chat_title()
59. update.message.parse_caption_entities()
60. update.message.parse_caption_entity()
61. update.message.parse_entities()
62. update.message.parse_entity()
63. update.message.passport_data()
64. update.message.photo()
65. update.message.pin()
66. update.message.pinned_message()
67. update.message.poll()
68. update.message.proximity_alert_triggered()
69. update.message.reply_animation()
70. update.message.reply_audio()
71. update.message.reply_chat_action()
72. update.message.reply_contact()
73. update.message.reply_copy()
74. update.message.reply_dice()
75. update.message.reply_document()
76. update.message.reply_game()
77. update.message.reply_html()
78. update.message.reply_invoice()
79. update.message.reply_location()
80. update.message.reply_markdown()
81. update.message.reply_markdown_v2()
82. update.message.reply_markup()
83. update.message.reply_media_group()
84. update.message.reply_photo()
85. update.message.reply_poll()
86. update.message.reply_sticker()
87. update.message.reply_text()
88. update.message.reply_to_message()
89. update.message.reply_venue()
90. update.message.reply_video()
91. update.message.reply_video_note()
92. update.message.reply_voice()
93. update.message.sender_chat()
94. update.message.set_game_score()
95. update.message.sticker()
96. update.message.stop_live_location()
97. update.message.stop_poll()
98. update.message.successful_payment()
99. update.message.supergroup_chat_created()
100. update.message.text()
101. update.message.text_html()
102. update.message.text_html_urled()
103. update.message.text_markdown()
104. update.message.text_markdown_urled()
105. update.message.text_markdown_v2()
106. update.message.text_markdown_v2_urled()
107. update.message.to_dict()
108. update.message.to_json()
109. update.message.unpin()
110. update.message.venue()
111. update.message.via_bot()
112. update.message.video()
113. update.message.video_chat_ended()
114. update.message.video_chat_participants_invited()
115. update.message.video_chat_scheduled()
116. update.message.video_chat_started()
117. update.message.video_note()
118. update.message.voice()
119. update.message.voice_chat_ended()
120. update.message.voice_chat_participants_invited()
121. update.message.voice_chat_scheduled()
122. update.message.voice_chat_started()
123. update.message.web_app_data()
124. update.effective_chat.all_members_are_administrators()
125. update.effective_chat.approve_join_request()
126. update.effective_chat.ban_chat()
127. update.effective_chat.ban_member()
128. update.effective_chat.ban_sender_chat()
129. update.effective_chat.bio()
130. update.effective_chat.bot()
131. update.effective_chat.can_set_sticker_set()
132. update.effective_chat.copy_message()
133. update.effective_chat.create_invite_link()
134. update.effective_chat.de_json()
135. update.effective_chat.de_list()
136. update.effective_chat.decline_join_request()
137. update.effective_chat.description()
138. update.effective_chat.edit_invite_link()
139. update.effective_chat.export_invite_link()
140. update.effective_chat.first_name()
141. update.effective_chat.full_name()
142. update.effective_chat.get_administrators()
143. update.effective_chat.get_member()
144. update.effective_chat.get_member_count()
145. update.effective_chat.get_members_count()
146. update.effective_chat.get_menu_button()
147. update.effective_chat.has_private_forwards()
148. update.effective_chat.has_protected_content()
149. update.effective_chat.has_restricted_voice_and_video_messages()
150. update.effective_chat.id()
151. update.effective_chat.invite_link()
152. update.effective_chat.join_by_request()
153. update.effective_chat.join_to_send_messages()
154. update.effective_chat.kick_member()
155. update.effective_chat.last_name()
156. update.effective_chat.leave()
157. update.effective_chat.link()
158. update.effective_chat.linked_chat_id()
159. update.effective_chat.location()
160. update.effective_chat.message_auto_delete_time()
161. update.effective_chat.permissions()
162. update.effective_chat.photo()
163. update.effective_chat.pin_message()
164. update.effective_chat.pinned_message()
165. update.effective_chat.promote_member()
166. update.effective_chat.restrict_member()
167. update.effective_chat.revoke_invite_link()
168. update.effective_chat.send_action()
169. update.effective_chat.send_animation()
170. update.effective_chat.send_audio()
171. update.effective_chat.send_chat_action()
172. update.effective_chat.send_contact()
173. update.effective_chat.send_copy()
174. update.effective_chat.send_dice()
175. update.effective_chat.send_document()
176. update.effective_chat.send_game()
177. update.effective_chat.send_invoice()
178. update.effective_chat.send_location()
179. update.effective_chat.send_media_group()
180. update.effective_chat.send_message()
181. update.effective_chat.send_photo()
182. update.effective_chat.send_poll()
183. update.effective_chat.send_sticker()
184. update.effective_chat.send_venue()
185. update.effective_chat.send_video()
186. update.effective_chat.send_video_note()
187. update.effective_chat.send_voice()
188. update.effective_chat.set_administrator_custom_title()
189. update.effective_chat.set_menu_button()
190. update.effective_chat.set_permissions()
191. update.effective_chat.slow_mode_delay()
192. update.effective_chat.sticker_set_name()
193. update.effective_chat.title()
194. update.effective_chat.to_dict()
195. update.effective_chat.to_json()
196. update.effective_chat.type()
197. update.effective_chat.unban_chat()
198. update.effective_chat.unban_member()
199. update.effective_chat.unban_sender_chat()
200. update.effective_chat.unpin_all_messages()
201. update.effective_chat.unpin_message()
202. update.effective_chat.username()
203. update.effective_user.added_to_attachment_menu()
204. update.effective_user.approve_join_request()
205. update.effective_user.bot()
206. update.effective_user.can_join_groups()
207. update.effective_user.can_read_all_group_messages()
208. update.effective_user.copy_message()
209. update.effective_user.de_json()
210. update.effective_user.de_list()
211. update.effective_user.decline_join_request()
212. update.effective_user.first_name()
213. update.effective_user.full_name()
214. update.effective_user.get_menu_button()
215. update.effective_user.get_profile_photos()
216. update.effective_user.id()
217. update.effective_user.is_bot()
218. update.effective_user.is_premium()
219. update.effective_user.language_code()
220. update.effective_user.last_name()
221. update.effective_user.link()
222. update.effective_user.mention_button()
223. update.effective_user.mention_html()
224. update.effective_user.mention_markdown()
225. update.effective_user.mention_markdown_v2()
226. update.effective_user.name()
227. update.effective_user.pin_message()
228. update.effective_user.send_action()
229. update.effective_user.send_animation()
230. update.effective_user.send_audio()
231. update.effective_user.send_chat_action()
232. update.effective_user.send_contact()
233. update.effective_user.send_copy()
234. update.effective_user.send_dice()
235. update.effective_user.send_document()
236. update.effective_user.send_game()
237. update.effective_user.send_invoice()
238. update.effective_user.send_location()
239. update.effective_user.send_media_group()
240. update.effective_user.send_message()
241. update.effective_user.send_photo()
242. update.effective_user.send_poll()
243. update.effective_user.send_sticker()
244. update.effective_user.send_venue()
245. update.effective_user.send_video()
246. update.effective_user.send_video_note()
247. update.effective_user.send_voice()
248. update.effective_user.set_menu_button()
249. update.effective_user.supports_inline_queries()
250. update.effective_user.to_dict()
251. update.effective_user.to_json()
252. update.effective_user.unpin_all_messages()
253. update.effective_user.unpin_message()
254. update.effective_user.username()
255. context.bot.addStickerToSet()
256. context.bot.add_sticker_to_set()
257. context.bot.answerCallbackQuery()
258. context.bot.answerInlineQuery()
259. context.bot.answerPreCheckoutQuery()
260. context.bot.answerShippingQuery()
261. context.bot.answerWebAppQuery()
262. context.bot.answer_callback_query()
263. context.bot.answer_inline_query()
264. context.bot.answer_pre_checkout_query()
265. context.bot.answer_shipping_query()
266. context.bot.answer_web_app_query()
267. context.bot.approveChatJoinRequest()
268. context.bot.approve_chat_join_request()
269. context.bot.arbitrary_callback_data()
270. context.bot.banChatMember()
271. context.bot.banChatSenderChat()
272. context.bot.ban_chat_member()
273. context.bot.ban_chat_sender_chat()
274. context.bot.base_file_url()
275. context.bot.base_url()
276. context.bot.bot()
277. context.bot.callback_data_cache()
278. context.bot.can_join_groups()
279. context.bot.can_read_all_group_messages()
280. context.bot.close()
281. context.bot.commands()
282. context.bot.copyMessage()
283. context.bot.copy_message()
284. context.bot.createChatInviteLink()
285. context.bot.createInvoiceLink()
286. context.bot.createNewStickerSet()
287. context.bot.create_chat_invite_link()
288. context.bot.create_invoice_link()
289. context.bot.create_new_sticker_set()
290. context.bot.de_json()
291. context.bot.de_list()
292. context.bot.declineChatJoinRequest()
293. context.bot.decline_chat_join_request()
294. context.bot.defaults()
295. context.bot.deleteChatPhoto()
296. context.bot.deleteChatStickerSet()
297. context.bot.deleteMessage()
298. context.bot.deleteMyCommands()
299. context.bot.deleteStickerFromSet()
300. context.bot.deleteWebhook()
301. context.bot.delete_chat_photo()
302. context.bot.delete_chat_sticker_set()
303. context.bot.delete_message()
304. context.bot.delete_my_commands()
305. context.bot.delete_sticker_from_set()
306. context.bot.delete_webhook()
307. context.bot.editChatInviteLink()
308. context.bot.editMessageCaption()
309. context.bot.editMessageLiveLocation()
310. context.bot.editMessageMedia()
311. context.bot.editMessageReplyMarkup()
312. context.bot.editMessageText()
313. context.bot.edit_chat_invite_link()
314. context.bot.edit_message_caption()
315. context.bot.edit_message_live_location()
316. context.bot.edit_message_media()
317. context.bot.edit_message_reply_markup()
318. context.bot.edit_message_text()
319. context.bot.exportChatInviteLink()
320. context.bot.export_chat_invite_link()
321. context.bot.first_name()
322. context.bot.forwardMessage()
323. context.bot.forward_message()
324. context.bot.getChat()
325. context.bot.getChatAdministrators()
326. context.bot.getChatMember()
327. context.bot.getChatMemberCount()
328. context.bot.getChatMembersCount()
329. context.bot.getChatMenuButton()
330. context.bot.getCustomEmojiStickers()
331. context.bot.getFile()
332. context.bot.getGameHighScores()
333. context.bot.getMe()
334. context.bot.getMyCommands()
335. context.bot.getMyDefaultAdministratorRights()
336. context.bot.getStickerSet()
337. context.bot.getUpdates()
338. context.bot.getUserProfilePhotos()
339. context.bot.getWebhookInfo()
340. context.bot.get_chat()
341. context.bot.get_chat_administrators()
342. context.bot.get_chat_member()
343. context.bot.get_chat_member_count()
344. context.bot.get_chat_members_count()
345. context.bot.get_chat_menu_button()
346. context.bot.get_custom_emoji_stickers()
347. context.bot.get_file()
348. context.bot.get_game_high_scores()
349. context.bot.get_me()
350. context.bot.get_my_commands()
351. context.bot.get_my_default_administrator_rights()
352. context.bot.get_sticker_set()
353. context.bot.get_updates()
354. context.bot.get_user_profile_photos()
355. context.bot.get_webhook_info()
356. context.bot.id()
357. context.bot.insert_callback_data()
358. context.bot.kickChatMember()
359. context.bot.kick_chat_member()
360. context.bot.last_name()
361. context.bot.leaveChat()
362. context.bot.leave_chat()
363. context.bot.link()
364. context.bot.logOut()
365. context.bot.log_out()
366. context.bot.logger()
367. context.bot.name()
368. context.bot.pinChatMessage()
369. context.bot.pin_chat_message()
370. context.bot.private_key()
371. context.bot.promoteChatMember()
372. context.bot.promote_chat_member()
373. context.bot.request()
374. context.bot.restrictChatMember()
375. context.bot.restrict_chat_member()
376. context.bot.revokeChatInviteLink()
377. context.bot.revoke_chat_invite_link()
378. context.bot.sendAnimation()
379. context.bot.sendAudio()
380. context.bot.sendChatAction()
381. context.bot.sendContact()
382. context.bot.sendDice()
383. context.bot.sendDocument()
384. context.bot.sendGame()
385. context.bot.sendInvoice()
386. context.bot.sendLocation()
387. context.bot.sendMediaGroup()
388. context.bot.sendMessage()
389. context.bot.sendPhoto()
390. context.bot.sendPoll()
391. context.bot.sendSticker()
392. context.bot.sendVenue()
393. context.bot.sendVideo()
394. context.bot.sendVideoNote()
395. context.bot.sendVoice()
396. context.bot.send_animation()
397. context.bot.send_audio()
398. context.bot.send_chat_action()
399. context.bot.send_contact()
400. context.bot.send_dice()
401. context.bot.send_document()
402. context.bot.send_game()
403. context.bot.send_invoice()
404. context.bot.send_location()
405. context.bot.send_media_group()
406. context.bot.send_message()
407. context.bot.send_photo()
408. context.bot.send_poll()
409. context.bot.send_sticker()
410. context.bot.send_venue()
411. context.bot.send_video()
412. context.bot.send_video_note()
413. context.bot.send_voice()
414. context.bot.setChatAdministratorCustomTitle()
415. context.bot.setChatDescription()
416. context.bot.setChatMenuButton()
417. context.bot.setChatPermissions()
418. context.bot.setChatPhoto()
419. context.bot.setChatStickerSet()
420. context.bot.setChatTitle()
421. context.bot.setGameScore()
422. context.bot.setMyCommands()
423. context.bot.setMyDefaultAdministratorRights()
424. context.bot.setPassportDataErrors()
425. context.bot.setStickerPositionInSet()
426. context.bot.setStickerSetThumb()
427. context.bot.setWebhook()
428. context.bot.set_chat_administrator_custom_title()
429. context.bot.set_chat_description()
430. context.bot.set_chat_menu_button()
431. context.bot.set_chat_permissions()
432. context.bot.set_chat_photo()
433. context.bot.set_chat_sticker_set()
434. context.bot.set_chat_title()
435. context.bot.set_game_score()
436. context.bot.set_my_commands()
437. context.bot.set_my_default_administrator_rights()
438. context.bot.set_passport_data_errors()
439. context.bot.set_sticker_position_in_set()
440. context.bot.set_sticker_set_thumb()
441. context.bot.set_webhook()
442. context.bot.stopMessageLiveLocation()
443. context.bot.stopPoll()
444. context.bot.stop_message_live_location()
445. context.bot.stop_poll()
446. context.bot.supports_inline_queries()
447. context.bot.to_dict()
448. context.bot.to_json()
449. context.bot.token()
450. context.bot.unbanChatMember()
451. context.bot.unbanChatSenderChat()
452. context.bot.unban_chat_member()
453. context.bot.unban_chat_sender_chat()
454. context.bot.unpinAllChatMessages()
455. context.bot.unpinChatMessage()
456. context.bot.unpin_all_chat_messages()
457. context.bot.unpin_chat_message()
458. context.bot.uploadStickerFile()
459. context.bot.upload_sticker_file()
460. context.bot.username()

Successfully finished ✅✅✅

About

all-telegrambot-functions

License:MIT License


Languages

Language:Python 100.0%