mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
ID.
This commit is contained in:
parent
d73c765bba
commit
7369a32b58
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ target_group = -13164589
|
|||
def sendMessage(content, tastiera=no_keyboard, to=target_group):
|
||||
#Parametri del messaggio
|
||||
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
|
||||
'reply_markup': tastiera
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue