Я хочу отправить напрямую через Instagram.это мой код
from InstagramAPI import InstagramAPI
import re
username="********"
InstagramAPI = InstagramAPI(username, "***********")
InstagramAPI.login()
InstagramAPI.direct_message("hey", 5580539929)
но я получаю эту ошибку
Traceback (most recent call last):
File "C:/Users/yasin/PycharmProjects/untitled2/venv/Include/yas.py", line 17, in <module>
InstagramAPI.direct_message("hey", 5580539929)
AttributeError: 'InstagramAPI' object has no attribute 'direct_message'
что мне делать?