doc: chat_member_count

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-27 19:34:08 +01:00
parent 41e2d09067
commit cfc4d2eed1
2 changed files with 7 additions and 2 deletions

View File

@ -539,6 +539,11 @@ edit_html_message "${CHAT[ID]}" "${saved-id}" "this is <b>html</b> text"
### Manage Group
To use the following functions the bot must have administrator status in the chat / group
##### chat_member_count
`chat_member_count` returns (putput) number of chat members.
*usage:* num_members="$(chat_member_count "CHAT[ID]")"
##### set_chat_title
`set_chat_title` sets a new chat title. If new title is the same than current title Telegram return error 400
with description "Bad Request: chat title is not modified"
@ -1488,5 +1493,5 @@ The name of your bot is available as bash variable "$ME", there is no need to ca
#### [Prev Best Practice](5_practice.md)
#### [Next Notes for Developers](7_develop.md)
#### $$VERSION$$ v1.35-dev-24-g5a0a571
#### $$VERSION$$ v1.40-dev-1-g41e2d09

View File

@ -5,7 +5,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v1.40-dev-0-g279a9e7
#### $$VERSION$$ v1.40-dev-1-g41e2d09
# will be automatically sourced from bashbot