2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-03 07:45:14 +00:00

Rename reply_markup to bots

This commit is contained in:
Dan
2018-08-09 21:51:43 +02:00
parent a93f98cfa6
commit 3a5dc20fb5
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
import re
from .filter import Filter
from ..types.reply_markup import InlineKeyboardMarkup, ReplyKeyboardMarkup
from ..types.bots import InlineKeyboardMarkup, ReplyKeyboardMarkup
def build(name: str, func: callable, **kwargs) -> type:

View File

@@ -17,7 +17,7 @@
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
from pyrogram.api.core import Object
from .reply_markup import InlineKeyboardMarkup, ReplyKeyboardMarkup
from .bots import InlineKeyboardMarkup, ReplyKeyboardMarkup
class Message(Object):