telegram-bot-ruby
telegram-bot-ruby copied to clipboard
User chats
Can i get access to my own user chats? and how if possible
I dont think this is possible but if you just want to check subscription here is example to check if user is in chat
bot.api.getChatMember(chat_id:"chat_id",user_id:message.from.id)['result']['status'].to_s=="left"