telegram-bot-bash/modules/inline.sh
Kay Marquardt (Gnadelwartz) 9bcab666ce first version with inline query
2019-05-02 12:33:10 +02:00

15 lines
367 B
Bash

#!/bin/bash
# file: modules/inline.sh
# do not edit, this file will be overwritten on update
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v0.80-dev-2-g4e4194d
# source from commands.sh to use the inline functions
process_inline() {
echo "$UPDATE" >>INLINE.log
}