Advertisement
MyZik

Untitled

Apr 21st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. <?php
  2. $test = array (
  3.   'ok' => true,
  4.   'result' =>
  5.   array (
  6.     0 =>
  7.     array (
  8.       'user' =>
  9.       array (
  10.         'id' => 465823702,
  11.         'is_bot' => true,
  12.         'first_name' => 'Account god bot',
  13.         'username' => 'account_god_bot',
  14.       ),
  15.       'status' => 'administrator',
  16.       'can_be_edited' => false,
  17.       'can_change_info' => true,
  18.       'can_delete_messages' => true,
  19.       'can_invite_users' => true,
  20.       'can_restrict_members' => true,
  21.       'can_pin_messages' => true,
  22.       'can_promote_members' => false,
  23.     ),
  24.     1 =>
  25.     array (
  26.       'user' =>
  27.       array (
  28.         'id' => 126443616,
  29.         'is_bot' => false,
  30.         'first_name' => 'NightWos',
  31.         'username' => 'NightWos',
  32.         'language_code' => 'ru',
  33.       ),
  34.       'status' => 'creator',
  35.     ),
  36.   ),
  37. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement