import struct from . import TLObject class MessageContainer(TLObject): CONSTRUCTOR_ID = 0x73f1f8dc def __init__(self, messages): super().__init__() self.content_related = False self.messages = messages def to_bytes(self): return struct.pack( '