muhammedfurkan / TelethonUserBot

Unexpected keyword argument in function call PYL-E1123
Bug risk
Critical
2 years ago3 years old
Unexpected keyword argument 'pattern' in constructor call
168        await event.edit("404: Directory Not Found")
169
170
171@bot.on(events.NewMessage(pattern=".ups ?(.*)"))172async def _(event):
173    if event.fwd_from:
174        return
Unexpected keyword argument 'supports_streaming' in constructor call
330                        if metadata.has("height"):
331                            height = metadata.get("height")
332                    document_attributes = [
333                        DocumentAttributeAudio(334                            duration=duration,
335                            w=width,
336                            h=height,
Unexpected keyword argument 'round_message' in constructor call
330                        if metadata.has("height"):
331                            height = metadata.get("height")
332                    document_attributes = [
333                        DocumentAttributeAudio(334                            duration=duration,
335                            w=width,
336                            h=height,
Unexpected keyword argument 'h' in constructor call
330                        if metadata.has("height"):
331                            height = metadata.get("height")
332                    document_attributes = [
333                        DocumentAttributeAudio(334                            duration=duration,
335                            w=width,
336                            h=height,
Unexpected keyword argument 'w' in constructor call
330                        if metadata.has("height"):
331                            height = metadata.get("height")
332                    document_attributes = [
333                        DocumentAttributeAudio(334                            duration=duration,
335                            w=width,
336                            h=height,