Beispiel #1
0
 def __init__(self, chat_id=None):
     Send.__init__(self, chat_id)
     self.document = None  # file_id or string representation of file
     self.name = None
Beispiel #2
0
 def __init__(self, chat_id=None):
     Send.__init__(self, chat_id)
     self.sticker = None  # file_id or string representation of sticker
Beispiel #3
0
 def __init__(self, chat_id=None):
     Send.__init__(self, chat_id)
     self.audio = None  # file_id or string representation of audio file
     self.duration = None
     self.performer = None
     self.title = None
Beispiel #4
0
 def __init__(self, chat_id=None):
     Send.__init__(self, chat_id)
     self.text = None
     self.disable_web_page_preview = False  # (optional)
     self.parse_mode = None  # 'Markdown' or 'HTML' (optional)
Beispiel #5
0
 def __init__(self, chat_id=None):
     Send.__init__(self, chat_id)
     self.photo = None  # file_id or string representation of image
     self.name = None  # including file extension (i.e.: .jpg)
     self.caption = None