B
Size: a a a
B
A
B
A
def get_chat(token, chat_id, timeout=None):
method_url = 'getChat'
payload = {'chat_id': chat_id}
if timeout:
payload['connect-timeout'] = timeout
return telebot.apihelper._make_request(token, method_url, params=payload, method='post')
get_chat(bot.token, chat_id)['bio']
B
w
🚲U
s
B
s
B
🚲U
w
B
B
🚀
B
🚲U
🚀