Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.31 KB | None | 0 0
  1. Array
  2. (
  3.     [User] => Array
  4.         (
  5.             [_] => user
  6.             [self] =>
  7.             [contact] =>
  8.             [mutual_contact] =>
  9.             [deleted] =>
  10.             [bot] =>
  11.             [bot_chat_history] =>
  12.             [bot_nochats] =>
  13.             [verified] =>
  14.             [restricted] =>
  15.             [min] =>
  16.             [bot_inline_geo] =>
  17.             [support] =>
  18.             [scam] =>
  19.             [id] => 633199365
  20.             [access_hash] => 3330312057719553154
  21.             [first_name] => Maxim
  22.             [last_name] => Komisarov
  23.             [username] => maximkomisarov
  24.             [status] => Array
  25.                 (
  26.                     [_] => userStatusOnline
  27.                     [expires] => 1570717368
  28.                 )
  29.  
  30.         )
  31.  
  32.     [InputPeer] => Array
  33.         (
  34.             [_] => inputPeerUser
  35.             [user_id] => 633199365
  36.             [access_hash] => 3330312057719553154
  37.             [min] =>
  38.         )
  39.  
  40.     [InputUser] => Array
  41.         (
  42.             [_] => inputUser
  43.             [user_id] => 633199365
  44.             [access_hash] => 3330312057719553154
  45.             [min] =>
  46.         )
  47.  
  48.     [Peer] => Array
  49.         (
  50.             [_] => peerUser
  51.             [user_id] => 633199365
  52.         )
  53.  
  54.     [DialogPeer] => Array
  55.         (
  56.             [_] => dialogPeer
  57.             [peer] => Array
  58.                 (
  59.                     [_] => peerUser
  60.                     [user_id] => 633199365
  61.                 )
  62.  
  63.         )
  64.  
  65.     [NotifyPeer] => Array
  66.         (
  67.             [_] => notifyPeer
  68.             [peer] => Array
  69.                 (
  70.                     [_] => peerUser
  71.                     [user_id] => 633199365
  72.                 )
  73.  
  74.         )
  75.  
  76.     [InputDialogPeer] => Array
  77.         (
  78.             [_] => inputDialogPeer
  79.             [peer] => Array
  80.                 (
  81.                     [_] => inputPeerUser
  82.                     [user_id] => 633199365
  83.                     [access_hash] => 3330312057719553154
  84.                     [min] =>
  85.                 )
  86.  
  87.         )
  88.  
  89.     [InputNotifyPeer] => Array
  90.         (
  91.             [_] => inputNotifyPeer
  92.             [peer] => Array
  93.                 (
  94.                     [_] => inputPeerUser
  95.                     [user_id] => 633199365
  96.                     [access_hash] => 3330312057719553154
  97.                     [min] =>
  98.                 )
  99.  
  100.         )
  101.  
  102.     [user_id] => 633199365
  103.     [bot_api_id] => 633199365
  104.     [type] => user
  105.     [full] => Array
  106.         (
  107.             [_] => userFull
  108.             [blocked] =>
  109.             [phone_calls_available] => 1
  110.             [phone_calls_private] =>
  111.             [can_pin_message] =>
  112.             [has_scheduled] =>
  113.             [user] => Array
  114.                 (
  115.                     [_] => user
  116.                     [self] =>
  117.                     [contact] =>
  118.                     [mutual_contact] =>
  119.                     [deleted] =>
  120.                     [bot] =>
  121.                     [bot_chat_history] =>
  122.                     [bot_nochats] =>
  123.                     [verified] =>
  124.                     [restricted] =>
  125.                     [min] =>
  126.                     [bot_inline_geo] =>
  127.                     [support] =>
  128.                     [scam] =>
  129.                     [id] => 633199365
  130.                     [access_hash] => 3330312057719553154
  131.                     [first_name] => Maxim
  132.                     [last_name] => Komisarov
  133.                     [username] => maximkomisarov
  134.                     [status] => Array
  135.                         (
  136.                             [_] => userStatusOnline
  137.                             [expires] => 1570717368
  138.                         )
  139.  
  140.                 )
  141.  
  142.             [settings] => Array
  143.                 (
  144.                     [_] => peerSettings
  145.                     [report_spam] =>
  146.                     [add_contact] =>
  147.                     [block_contact] =>
  148.                     [share_contact] =>
  149.                     [need_contacts_exception] =>
  150.                     [report_geo] =>
  151.                 )
  152.  
  153.             [notify_settings] => Array
  154.                 (
  155.                     [_] => peerNotifySettings
  156.                     [show_previews] =>
  157.                     [silent] =>
  158.                 )
  159.  
  160.             [common_chats_count] => 1
  161.         )
  162.  
  163.     [last_update] => 1570717079
  164. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement