Skip to content

Commit 280306d

Browse files
Bibo-JoshiEldinnie
authored andcommitted
Remove note about V12b in examples (python-telegram-bot#1503)
1 parent c84e21d commit 280306d

9 files changed

Lines changed: 0 additions & 36 deletions

examples/conversationbot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
First, a few callback functions are defined. Then, those functions are passed to

examples/conversationbot2.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
First, a few callback functions are defined. Then, those functions are passed to

examples/echobot2.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
Simple Bot to reply to Telegram messages.

examples/inlinebot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
First, a few handler functions are defined. Then, those functions are passed to

examples/inlinekeyboard.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
Basic example for a bot that uses inline keyboards.

examples/passportbot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
Simple Bot to print/download all incoming passport data

examples/paymentbot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
Basic example for a bot that can receive payment from user.

examples/persistentconversationbot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
First, a few callback functions are defined. Then, those functions are passed to

examples/timerbot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# This program is dedicated to the public domain under the CC0 license.
4-
#
5-
# THIS EXAMPLE HAS BEEN UPDATED TO WORK WITH THE BETA VERSION 12 OF PYTHON-TELEGRAM-BOT.
6-
# If you're still using version 11.1.0, please see the examples at
7-
# https://github.com/python-telegram-bot/python-telegram-bot/tree/v11.1.0/examples
84

95
"""
106
Simple Bot to send timed Telegram messages.

0 commit comments

Comments
 (0)