Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisan committed Feb 10, 2020
1 parent 1ba13e6 commit b4eff6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/telegram/telegram.class.php
Expand Up @@ -1272,8 +1272,6 @@ function processMessage() {
$poll_answer = $data['poll_answer'];
if($poll_answer) {
$this->info("Pool answer - ID_poll:".$poll_answer['poll_id']."; User: ".$poll_answer['user']['username'].'('.$poll_answer['user']['id'].')');

$chat_id = $poll_answer['user']['id'];
$chat_id = $poll_answer['user']['id'];
$username = $poll_answer['user']["username"];
$fullname = $poll_answer['user']["first_name"].' '.$poll_answer['user']["last_name"];
Expand Down

0 comments on commit b4eff6f

Please sign in to comment.