telegram-bot-ruby icon indicating copy to clipboard operation
telegram-bot-ruby copied to clipboard

User chats

Open robertosante opened this issue 3 years ago • 1 comments

Can i get access to my own user chats? and how if possible

robertosante avatar Aug 11 '22 21:08 robertosante

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"

ALEKSEYR554 avatar Aug 18 '22 12:08 ALEKSEYR554