MTPyroger/pyrogram/client
Dan 6c80064f2c Enable custom format for User mentions
Examples:
  - format(user, "mention")
  - "{:mention}".format(user)
  - f"{user:mention}"
2019-06-30 21:10:28 +02:00
..
ext Update usages of Parser all around the library 2019-06-26 16:08:24 +02:00
filters Update filters: Make the name argument optional 2019-06-28 11:11:59 +02:00
handlers Remove Messages type 2019-06-08 15:13:52 +02:00
methods Fix export_chat_invite_link not working correctly (channels/supergroups) 2019-06-30 16:13:10 +02:00
parser Do string conversion and striping in the Parser 2019-06-30 21:08:50 +02:00
storage Don't rename the in-memory sessions 2019-06-30 20:53:35 +02:00
types Enable custom format for User mentions 2019-06-30 21:10:28 +02:00
__init__.py Remove ChatAction module too 2019-05-09 05:08:37 +02:00
client.py Make plugin callback functions return the function itself when decorated 2019-06-23 01:33:46 +02:00