1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2015-09-20 01:18:52 +02:00
parent d73c765bba
commit 7369a32b58

View file

@ -21,7 +21,7 @@ target_group = -13164589
def sendMessage(content, tastiera=no_keyboard, to=target_group): def sendMessage(content, tastiera=no_keyboard, to=target_group):
#Parametri del messaggio #Parametri del messaggio
parametri = { parametri = {
'chat_id': to, #L'ID della chat a cui mandare il messaggio, Royal Games: -2141322 'chat_id': to, #L'ID della chat a cui mandare il messaggio, Royal Games: -2141322 Royal Bot Testing Group: -13164589
'text': content, #Il messaggio da mandare 'text': content, #Il messaggio da mandare
'reply_markup': tastiera 'reply_markup': tastiera
} }