MCPcopy Index your code
hub / github.com/eternnoir/pyTelegramBotAPI / to_json

Method to_json

telebot/types.py:579–580  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

577 return full_name
578
579 def to_json(self):
580 return json.dumps(self.to_dict())
581
582 def to_dict(self):
583 return {'id': self.id,

Callers 15

mainFunction · 0.45
send_messageFunction · 0.45
replace_sticker_in_setFunction · 0.45
forward_messageFunction · 0.45
copy_messageFunction · 0.45
send_checklistFunction · 0.45
send_diceFunction · 0.45
send_photoFunction · 0.45

Calls 1

to_dictMethod · 0.95