프로그램 사용/ai 프로그램
텔레그램 봇 - 메시지 관련
구차니
2026. 5. 22. 11:41
inlinebutton - 메시지 하단에 생기는 버튼
replybutton - 사용자 입력창 하단에 생기는 버튼
[링크 : https://naimjae.tistory.com/11]
메시지 서식(markdown 등)
[링크 : https://naimjae.tistory.com/8]
[링크 : https://docs.python-telegram-bot.org/en/stable/telegram.menubuttoncommands.html]
[링크 : https://docs.python-telegram-bot.org/en/stable/telegram.html]
+
2026.05.25
Bot settings
| set_my_commands() | Used for setting the list of commands |
| delete_my_commands() | Used for deleting the list of commands |
| get_my_commands() | Used for obtaining the list of commands |
| get_my_default_administrator_rights() | Used for obtaining the default administrator rights for the bot |
| set_my_default_administrator_rights() | Used for setting the default administrator rights for the bot |
| get_chat_menu_button() | Used for obtaining the menu button of a private chat or the default menu button |
| set_chat_menu_button() | Used for setting the menu button of a private chat or the default menu button |
| set_my_description() | Used for setting the description of the bot |
| get_my_description() | Used for obtaining the description of the bot |
| set_my_short_description() | Used for setting the short description of the bot |
| get_my_short_description() | Used for obtaining the short description of the bot |
| set_my_name() | Used for setting the name of the bot |
| get_my_name() | Used for obtaining the name of the bot |
| set_my_profile_photo() | Used for setting the profile photo of the bot |
| remove_my_profile_photo() | Used for removing the profile photo of the bot |
[링크 : https://docs.python-telegram-bot.org/en/stable/telegram.bot.html]