Home
last modified time | relevance | path

Searched refs:reply_to_comment (Results 1 – 3 of 3) sorted by relevance

/dports/www/py-instabot/instabot-0.117.0/instabot/bot/
H A Dbot_comment.py47 def reply_to_comment(self, media_id, comment_text, parent_comment_id): function
76 _r = self.api.reply_to_comment(media_id, comment_text, parent_comment_id)
H A Dbot.py28 reply_to_comment,
916 def reply_to_comment(self, media_id, comment_text, parent_comment_id): member in Bot
917 return reply_to_comment(self, media_id, comment_text, parent_comment_id)
/dports/www/py-instabot/instabot-0.117.0/instabot/api/
H A Dapi.py970 def reply_to_comment(self, media_id, comment_text, parent_comment_id): member in API