MTPyroger/pyrogram/client/types
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
..
bots_and_keyboards Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
inline_mode Remove generated inline query result types 2019-06-26 15:56:08 +02:00
input_media Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
input_message_content Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
messages_and_media Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
user_and_chats Enable custom format for User mentions 2019-06-30 21:10:28 +02:00
__init__.py Rename section from "Keyboards" to "Bots & Keyboards" 2019-06-08 15:27:53 +02:00
list.py
object.py Fix objects failing to print in case there's no __slots__ attribute 2019-06-28 10:41:57 +02:00
update.py