For instance `Request::sendMessage($data)` uses:
$data = [
'chat_id' => $chat_id,
'text' => 'Your utf8 text 😜 ...'
];$data = [
'chat_id' => $chat_id,
'text' => 'Your utf8 text 😜 ...'
];I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "net/http" | |
| ) | |
| func main() { | |
| finish := make(chan bool) | |
| server8001 := http.NewServeMux() |