Doc ๐šƒ๐šŽ๐š•๐™ต๐™ท๐š”
9 subscribers
1 photo
Document Library TelFHk
+--------------------------+
Main channel : @Team_Exploit

Tools for sale channel : @KnightGuardian59
Download Telegram
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

start.MessageID(number=2)
โค2
UPDATING MODULE TelFHk V 0.1.1

pip install --upgrade telfhk0
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

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ยป
UPDATING MODULE TelFHk V 0.1.2

pip install --upgrade telfhk0
Doc ๐šƒ๐šŽ๐š•๐™ต๐™ท๐š” pinned ยซUPDATING MODULE TelFHk V 0.1.2 pip install --upgrade telfhk0ยป
UPDATING MODULE TelFHk V 2.2.1

pip install --upgrade telfhk0
Doc ๐šƒ๐šŽ๐š•๐™ต๐™ท๐š” pinned ยซUPDATING MODULE TelFHk V 2.2.1 pip install --upgrade telfhk0ยป
Update method #Reply

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