mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
VKAPI: Change variable type to correct one in Messages
This commit is contained in:
parent
1aaad08f17
commit
c8b154d87a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ final class Message
|
|||
public $attachments = [];
|
||||
public $fwd_messages = [];
|
||||
public $emoji;
|
||||
public $important = 1;
|
||||
public $important = true;
|
||||
public $deleted = 0;
|
||||
public $random_id = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue