TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.06k stars 324 forks source link

Bot API 5.1, Added two new update types #343

Open Adizbek opened 2 years ago

Adizbek commented 2 years ago

Added updates about member status changes in chats, represented by the class ChatMemberUpdated and the fields my_chat_member and chat_member in the Update class. The bot must be an administrator in the chat to receive chat_member updates about other chat members. By default, only my_chat_member updates about the bot itself are received.

bernard-ng commented 1 year ago

385

Billkapri commented 4 months ago

385

Can you help with setting api bot?