mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Make build_reply_markup public
This commit is contained in:
@@ -167,7 +167,7 @@ class UploadMethods(ButtonMethods, MessageParseMethods, UserMethods):
|
||||
voice_note=voice_note, video_note=video_note
|
||||
)
|
||||
|
||||
markup = self._build_reply_markup(buttons)
|
||||
markup = self.build_reply_markup(buttons)
|
||||
request = functions.messages.SendMediaRequest(
|
||||
entity, media, reply_to_msg_id=reply_to, message=caption,
|
||||
entities=msg_entities, reply_markup=markup, silent=silent
|
||||
|
Reference in New Issue
Block a user