Doc ๐๐๐๐ต๐ท๐
How do I call? from telfhk0 import telfhk0 start = telfhk0.Telegram(chat="Chat id",token="Token Bot") start.method()
The method of receiving an ID message
Doc :For example, if you enter 2, ID Messenger will display the last 2 messages + text
#MessageID
Doc :
#MessageID
start.MessageID(number=2)โค2
Doc ๐๐๐๐ต๐ท๐
How do I call? from telfhk0 import telfhk0 start = telfhk0.Telegram(chat="Chat id",token="Token Bot") start.method()
Message deletion method
Doc :If you enter 1, it will delete the last sent message
#DeleteMessage
Doc :
#DeleteMessage
start.DeleteMessage(number=1)โค1
Doc ๐๐๐๐ต๐ท๐
How do I call? from telfhk0 import telfhk0 start = telfhk0.Telegram(chat="Chat id",token="Token Bot") start.method()
Survey construction method
DOC [
ques = Question
opt = Options
anon = Anonymous mode
all = Everyone can see
]
#CreatePoll
DOC [
opt = Options
anon = Anonymous mode
all = Everyone can see
]
#CreatePoll
start.CreatePoll(ques="Ques",opt=["Red","yellow","black"],anon=True,all=False)๐1
Doc ๐๐๐๐ต๐ท๐ pinned ยซUPDATING MODULE TelFHk V 0.1.1 pip install --upgrade telfhk0ยป
Doc ๐๐๐๐ต๐ท๐ pinned ยซUPDATING MODULE TelFHk V 0.1.2 pip install --upgrade telfhk0ยป
Doc ๐๐๐๐ต๐ท๐ pinned ยซUPDATING MODULE TelFHk V 2.2.1 pip install --upgrade telfhk0ยป
Update method #Reply
Replies on the last message
========================
Update Method #GetMessage :
You can leave it blank (it will show you the last message)
========================
Update Method #DeleteMessage
Deletes the last sent message
start.Reply(text="Text") Replies on the last message
========================
Update Method #GetMessage :
start.GetMessage(offset=' ',timeout=' ')You can leave it blank (it will show you the last message)
========================
Update Method #DeleteMessage
Deletes the last sent message
๐ฅฐ2๐1