mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-26 01:07:34 +00:00
start function reference
This commit is contained in:
parent
6e32cd6847
commit
2ac5e6fdbd
106
doc/6_reference.md
Normal file
106
doc/6_reference.md
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
## Bashbot functions reference
|
||||||
|
|
||||||
|
### Send, forward, delete Messages
|
||||||
|
|
||||||
|
send_action()
|
||||||
|
|
||||||
|
send_message()
|
||||||
|
|
||||||
|
send_normal_message()
|
||||||
|
|
||||||
|
send_markdown_message()
|
||||||
|
|
||||||
|
send_html_message()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
forward()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
delete_message()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
answer_inline_query()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
### File, Location, Venu, keyboards
|
||||||
|
|
||||||
|
get_file()
|
||||||
|
|
||||||
|
send_file()
|
||||||
|
|
||||||
|
send_location()
|
||||||
|
|
||||||
|
send_venue()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
send_keyboard()
|
||||||
|
|
||||||
|
remove_keyboard()
|
||||||
|
|
||||||
|
### Manage users
|
||||||
|
|
||||||
|
kick_chat_member()
|
||||||
|
|
||||||
|
unban_chat_member()
|
||||||
|
|
||||||
|
leave_chat()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
user_is_creator()
|
||||||
|
|
||||||
|
user_is_admin()
|
||||||
|
|
||||||
|
user_is_botadmin()
|
||||||
|
|
||||||
|
user_is_allowed()
|
||||||
|
|
||||||
|
### Interactive and backgound jobs
|
||||||
|
|
||||||
|
startproc()
|
||||||
|
|
||||||
|
checkproc()
|
||||||
|
|
||||||
|
killproc()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
background()
|
||||||
|
|
||||||
|
checkback()
|
||||||
|
|
||||||
|
killback()
|
||||||
|
|
||||||
|
### Bashbot internal
|
||||||
|
|
||||||
|
send_text()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
JsonDecode()
|
||||||
|
|
||||||
|
JsonGetString()
|
||||||
|
|
||||||
|
JsonGetValue()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
get_chat_member_status()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
process_client()
|
||||||
|
|
||||||
|
process_updates()
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
inproc()
|
||||||
|
|
||||||
|
#### $$VERSION$$ v0.6-rc1-3-g6be706b
|
||||||
|
|
Loading…
Reference in New Issue
Block a user