mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-12-29 05:02:46 +00:00
modules: chatMember: unpinAll -> unpinall
This commit is contained in:
parent
ab71f3765b
commit
0739a51130
@ -5,7 +5,7 @@
|
|||||||
# This file is public domain in the USA and all free countries.
|
# This file is public domain in the USA and all free countries.
|
||||||
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.30-dev-9-g5f602a9
|
#### $$VERSION$$ v1.30-dev-11-gab71f37
|
||||||
|
|
||||||
# will be automatically sourced from bashbot
|
# will be automatically sourced from bashbot
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ unpin_chat_message() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# $1 chat
|
# $1 chat
|
||||||
unpinAll_chat_message() {
|
unpinall_chat_message() {
|
||||||
sendJson "$1" "" "${URL}/unpinAllChatMessage"
|
sendJson "$1" "" "${URL}/unpinAllChatMessage"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user