🚲U
Size: a a a
🚲U
B
🚲U
B
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
d
B
d
🚲U
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
🚲U
B
B
🚲U
🚲U
B
B
B
A