@dp.callback_query_handler(lambda c: c.data=="check")
async def check(callback_query: types.CallbackQuery):
user_channel_status = await bot.get_chat_member(chat_id="@jolybells", user_id=callback_query.message.chat.id)
print(callback_query.message.from_id)
@dp.callback_query_handler(lambda c: c.data=="check")
async def check(callback_query: types.CallbackQuery):
user_channel_status = await bot.get_chat_member(chat_id="-1001158535533", user_id=callback_query.message.chat.id)
print(callback_query.message.from_id)