From 95bcfd9b26432f7e2c05c624175eb04d13057266 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 30 Apr 2018 19:28:16 +0200 Subject: [PATCH] Document reply_markup parameter --- pyrogram/client/types/message.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyrogram/client/types/message.py b/pyrogram/client/types/message.py index 745b6282..03fb5b8f 100644 --- a/pyrogram/client/types/message.py +++ b/pyrogram/client/types/message.py @@ -192,9 +192,11 @@ class Message(Object): A list containing the command and its arguments, if any. E.g.: "/start 1 2 3" would produce ["start", "1", "2", "3"]. Only applicable when using :obj:`Filters.command `. - """ - # TODO: Document missing arguments + reply_markup (:obj:`InlineKeyboardMarkup` | :obj:`ReplyKeyboardMarkup` | :obj:`ReplyKeyboardRemove` | :obj:`ForceReply`, *optional*): + Additional interface options. An object for an inline keyboard, custom reply keyboard, + instructions to remove reply keyboard or to force a reply from the user. + """ ID = 0xb0700003