Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<_: string, access_hash: int64, admin_rights: null, banned_rights: null, broadcast: bool, creator: bool, date: timestamp[s], default_banned_rights: struct<_: string, change_info: bool, embed_links: bool, invite_users: bool, pin_messages: bool, send_games: bool, send_gifs: bool, send_inline: bool, send_media: bool, send_messages: bool, send_polls: bool, send_stickers: bool, until_date: timestamp[s], view_messages: bool>, has_geo: bool, has_link: bool, id: int64, left: bool, megagroup: bool, min: bool, participants_count: null, photo: struct<_: string, dc_id: int64, photo_big: struct<_: string, local_id: int64, volume_id: int64>, photo_small: struct<_: string, local_id: int64, volume_id: int64>>, restricted: bool, scam: bool, signatures: bool, title: string, username: string, verified: bool, version: int64, slowmode_enabled: bool>
to
{'_': Value(dtype='string', id=None), 'access_hash': Value(dtype='int64', id=None), 'admin_rights': Value(dtype='null', id=None), 'banned_rights': Value(dtype='null', id=None), 'broadcast': Value(dtype='bool', id=None), 'creator': Value(dtype='bool', id=None), 'date': Value(dtype='timestamp[s]', id=None), 'default_banned_rights': {'_': Value(dtype='string', id=None), 'change_info': Value(dtype='bool', id=None), 'embed_links': Value(dtype='bool', id=None), 'invite_users': Value(dtype='bool', id=None), 'pin_messages': Value(dtype='bool', id=None), 'send_games': Value(dtype='bool', id=None), 'send_gifs': Value(dtype='bool', id=None), 'send_inline': Value(dtype='bool', id=None), 'send_media': Value(dtype='bool', id=None), 'send_messages': Value(dtype='bool', id=None), 'send_polls': Value(dtype='bool', id=None), 'send_stickers': Value(dtype='bool', id=None), 'until_date': Value(dtype='timestamp[s]', id=None), 'view_messages': Value(dtype='bool', id=None)}, 'has_geo': Value(dtype='bool', id=None), 'has_link': Value(dtype='bool', id=None), 'id': Value(dtype='int64', id=None), 'left': Value(dtype='bool', id=None), 'megagroup': Value(dtype='bool', id=None), 'min': Value(dtype='bool', id=None), 'participants_count': Value(dtype='null', id=None), 'photo': {'_': Value(dtype='string', id=None), 'dc_id': Value(dtype='int64', id=None), 'photo_big': {'_': Value(dtype='string', id=None), 'local_id': Value(dtype='int64', id=None), 'volume_id': Value(dtype='int64', id=None)}, 'photo_small': {'_': Value(dtype='string', id=None), 'local_id': Value(dtype='int64', id=None), 'volume_id': Value(dtype='int64', id=None)}}, 'restricted': Value(dtype='bool', id=None), 'scam': Value(dtype='bool', id=None), 'signatures': Value(dtype='bool', id=None), 'title': Value(dtype='string', id=None), 'username': Value(dtype='string', id=None), 'verified': Value(dtype='bool', id=None), 'version': Value(dtype='int64', id=None)}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 643, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2246, in cast_table_to_schema
                  arrays = [
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2247, in <listcomp>
                  cast_array_to_feature(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2014, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature[0])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1798, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2109, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<_: string, access_hash: int64, admin_rights: null, banned_rights: null, broadcast: bool, creator: bool, date: timestamp[s], default_banned_rights: struct<_: string, change_info: bool, embed_links: bool, invite_users: bool, pin_messages: bool, send_games: bool, send_gifs: bool, send_inline: bool, send_media: bool, send_messages: bool, send_polls: bool, send_stickers: bool, until_date: timestamp[s], view_messages: bool>, has_geo: bool, has_link: bool, id: int64, left: bool, megagroup: bool, min: bool, participants_count: null, photo: struct<_: string, dc_id: int64, photo_big: struct<_: string, local_id: int64, volume_id: int64>, photo_small: struct<_: string, local_id: int64, volume_id: int64>>, restricted: bool, scam: bool, signatures: bool, title: string, username: string, verified: bool, version: int64, slowmode_enabled: bool>
              to
              {'_': Value(dtype='string', id=None), 'access_hash': Value(dtype='int64', id=None), 'admin_rights': Value(dtype='null', id=None), 'banned_rights': Value(dtype='null', id=None), 'broadcast': Value(dtype='bool', id=None), 'creator': Value(dtype='bool', id=None), 'date': Value(dtype='timestamp[s]', id=None), 'default_banned_rights': {'_': Value(dtype='string', id=None), 'change_info': Value(dtype='bool', id=None), 'embed_links': Value(dtype='bool', id=None), 'invite_users': Value(dtype='bool', id=None), 'pin_messages': Value(dtype='bool', id=None), 'send_games': Value(dtype='bool', id=None), 'send_gifs': Value(dtype='bool', id=None), 'send_inline': Value(dtype='bool', id=None), 'send_media': Value(dtype='bool', id=None), 'send_messages': Value(dtype='bool', id=None), 'send_polls': Value(dtype='bool', id=None), 'send_stickers': Value(dtype='bool', id=None), 'until_date': Value(dtype='timestamp[s]', id=None), 'view_messages': Value(dtype='bool', id=None)}, 'has_geo': Value(dtype='bool', id=None), 'has_link': Value(dtype='bool', id=None), 'id': Value(dtype='int64', id=None), 'left': Value(dtype='bool', id=None), 'megagroup': Value(dtype='bool', id=None), 'min': Value(dtype='bool', id=None), 'participants_count': Value(dtype='null', id=None), 'photo': {'_': Value(dtype='string', id=None), 'dc_id': Value(dtype='int64', id=None), 'photo_big': {'_': Value(dtype='string', id=None), 'local_id': Value(dtype='int64', id=None), 'volume_id': Value(dtype='int64', id=None)}, 'photo_small': {'_': Value(dtype='string', id=None), 'local_id': Value(dtype='int64', id=None), 'volume_id': Value(dtype='int64', id=None)}}, 'restricted': Value(dtype='bool', id=None), 'scam': Value(dtype='bool', id=None), 'signatures': Value(dtype='bool', id=None), 'title': Value(dtype='string', id=None), 'username': Value(dtype='string', id=None), 'verified': Value(dtype='bool', id=None), 'version': Value(dtype='int64', id=None)}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1436, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1053, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1898, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

_
string
chats
list
full_chat
dict
retrieved_utc
int64
users
sequence
ChatFull
[ { "_": "Channel", "access_hash": 3403206964481906000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-08-31T15:13:09", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1453935920, "left": false, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -4531721805436630000, "date": "2019-05-03T18:02:03", "dc_id": 4, "file_reference": "AF1xjn1cW1lGXIAOMLcmGBL8KlNb", "has_stickers": false, "id": 2495631575756155000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 331936, "volume_id": 455211011 }, "size": 10223, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 331937, "volume_id": 455211011 }, "size": 30040, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 331938, "volume_id": 455211011 }, "size": 93184, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1453935920, "kicked_count": null, "linked_chat_id": 1271719213, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 1425, "pinned_msg_id": 952, "pts": 2462, "read_inbox_max_id": 2324, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 14 }
1,567,723,133
[]
ChatFull
[ { "_": "Channel", "access_hash": 2895361947580695000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-05-06T01:15:24", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1336395926, "left": true, ...
{ "_": "ChannelFull", "about": "OFFICIAL PROUD BOYS ELDERS CHANNEL. \nGet Updates and Notices from The Elders here.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -8666652446606596000, "date": "2019-05-06T01:15:25", "dc_id": 1, "file_reference": "AF11dviA9tfAw/LpBf0qcX1L3MgV", "has_stickers": false, "id": 2934889434580101000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 135341, "volume_id": 806622583 }, "size": 13731, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 135342, "volume_id": 806622583 }, "size": 37756, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 135343, "volume_id": 806622583 }, "size": 91135, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1336395926, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 922, "pinned_msg_id": null, "pts": 542, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,256
[]
ChatFull
[ { "_": "Channel", "access_hash": 1650144199878342400, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-06-28T02:17:37", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1348399464, "left": true, ...
{ "_": "ChannelFull", "about": "HELLO SPLC, IM BACK!! (NOTE FOR FEDS: All rhetoric expressed on this channel is purely harmless rhetoric, and should not be interpreted as amounting to any kind of threat.)", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 3784283356612129300, "date": "2019-08-23T02:13:19", "dc_id": 1, "file_reference": "AF11dvgPAvaWhG6akMm332ANGmRd", "has_stickers": false, "id": 2125355693479405600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 20649, "volume_id": 107735436 }, "size": 9235, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 20650, "volume_id": 107735436 }, "size": 40174, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 20651, "volume_id": 107735436 }, "size": 165060, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1348399464, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1285, "pinned_msg_id": 178, "pts": 963, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,256
[]
ChatFull
[ { "_": "Channel", "access_hash": -2884581652945987000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-05-06T21:07:49", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1459279278, "left": true, ...
{ "_": "ChannelFull", "about": "\"Dangerous person\". https://www.subscribestar.com/paul-joseph-watson", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -2581020764753536500, "date": "2019-05-06T21:08:34", "dc_id": 4, "file_reference": "AF11dvkn2DZ70VEilDLBGt9nuWZ4", "has_stickers": false, "id": 3791856717188409300, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 377223, "volume_id": 455016950 }, "size": 8744, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 377224, "volume_id": 455016950 }, "size": 29898, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 377225, "volume_id": 455016950 }, "size": 98546, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1459279278, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 24992, "pinned_msg_id": null, "pts": 2378, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,257
[]
ChatFull
[ { "_": "Channel", "access_hash": 8986771726091790000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-06-03T19:50:34", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1348761595, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -4883892659167661000, "date": "2019-09-07T19:41:57", "dc_id": 4, "file_reference": "AF11dvmSIW5kRymf3ZfFAnfV5qr7", "has_stickers": false, "id": 2801936110592305000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 490615, "volume_id": 455917516 }, "size": 11173, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 490616, "volume_id": 455917516 }, "size": 33675, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 490617, "volume_id": 455917516 }, "size": 90620, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1348761595, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1011, "pinned_msg_id": 1355, "pts": 1606, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,257
[]
ChatFull
[ { "_": "Channel", "access_hash": -4456393576108074500, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-04-10T06:04:28", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1439765604, "left": true, ...
{ "_": "ChannelFull", "about": "Unofficial account sharing articles, podcasts, and updates from American Renaissance. \n\nOfficial Website: AmRen.com\n\nAlso on Twitter at: twitter.com/amrenposts", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -2495299279691781600, "date": "2019-04-10T06:29:02", "dc_id": 1, "file_reference": "AF11dvmhPSc+DSgiKd5XpHz+79OZ", "has_stickers": false, "id": 3455130761490966500, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 112373, "volume_id": 806625411 }, "size": 7666, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 112374, "volume_id": 806625411 }, "size": 18330, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 112375, "volume_id": 806625411 }, "size": 43806, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1439765604, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 726, "pinned_msg_id": null, "pts": 1550, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,257
[]
ChatFull
[ { "_": "Channel", "access_hash": 1400602160224629000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-05-22T20:27:14", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1488463415, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 5099892479892962000, "date": "2019-07-16T05:06:36", "dc_id": 1, "file_reference": "AF11dvny90fdYarZhrjNKZoK40+H", "has_stickers": false, "id": 3328134823430695000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 302296, "volume_id": 806028977 }, "size": 13058, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 302297, "volume_id": 806028977 }, "size": 43953, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 302298, "volume_id": 806028977 }, "size": 135057, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1488463415, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1264, "pinned_msg_id": 900, "pts": 1374, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,257
[]
ChatFull
[ { "_": "Channel", "access_hash": -8081520299433133000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-12-21T02:26:08", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1447436349, "left": true, ...
{ "_": "ChannelFull", "about": "This channel is made for the purpose of Retweeting conservative accounts and mass reporting commie tweets with threats of violence and doxxing.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 822031755035197600, "date": "2019-05-17T05:05:20", "dc_id": 1, "file_reference": "AF11dvqfGWnJf31ZGZjqLs7TiaKd", "has_stickers": false, "id": 2498092205469706000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 145194, "volume_id": 806625410 }, "size": 10178, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 145195, "volume_id": 806625410 }, "size": 26720, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 145196, "volume_id": 806625410 }, "size": 71457, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1447436349, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 620, "pinned_msg_id": null, "pts": 987, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,258
[]
ChatFull
[ { "_": "Channel", "access_hash": -979930314337541500, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-04-14T08:03:56", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1453083240, "left": true, ...
{ "_": "ChannelFull", "about": "Channel sharing The Right Stuff network’s podcasts and article.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -2395831302315780600, "date": "2019-04-14T08:23:54", "dc_id": 1, "file_reference": "AF11dvqAMsWMOiFFvJn12dg0Slmp", "has_stickers": false, "id": 3455130761490966500, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 115220, "volume_id": 806624186 }, "size": 6799, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 115221, "volume_id": 806624186 }, "size": 16197, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 115222, "volume_id": 806624186 }, "size": 43945, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1453083240, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 165, "pinned_msg_id": null, "pts": 610, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,258
[]
ChatFull
[ { "_": "Channel", "access_hash": -1390141712796207600, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-05-15T23:51:44", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1483472485, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 4480966146994307600, "date": "2019-06-24T05:14:54", "dc_id": 1, "file_reference": "AF11dvvAc4WklvqIrkJtNN6Bnoav", "has_stickers": false, "id": 2288695885316597800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 181466, "volume_id": 806623546 }, "size": 7260, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 181467, "volume_id": 806623546 }, "size": 19935, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 181468, "volume_id": 806623546 }, "size": 42823, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1483472485, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 661, "pinned_msg_id": null, "pts": 2190, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,259
[]
ChatFull
[ { "_": "Channel", "access_hash": 1063381652846272800, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-10-08T05:37:46", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1350299440, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 897271568543366400, "date": "2019-07-07T14:35:04", "dc_id": 1, "file_reference": "AF11dvuykx5mex5znWXuD20v4iYJ", "has_stickers": false, "id": 1344648733487376400, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 193124, "volume_id": 806622515 }, "size": 6775, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 193125, "volume_id": 806622515 }, "size": 14902, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 193126, "volume_id": 806622515 }, "size": 35516, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1350299440, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 386, "pinned_msg_id": 254, "pts": 909, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,259
[]
ChatFull
[ { "_": "Channel", "access_hash": 2214621184258644200, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-06-21T23:32:46", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1319468382, "left": true, ...
{ "_": "ChannelFull", "about": "It's just memes. Join.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -7224994905220346000, "date": "2019-06-21T23:32:46", "dc_id": 1, "file_reference": "AF11dvsrpvB8rKJ6ZWxjPbE5O5kv", "has_stickers": false, "id": 2355255633452837000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 179174, "volume_id": 806623030 }, "size": 8153, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 179175, "volume_id": 806623030 }, "size": 21707, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 179176, "volume_id": 806623030 }, "size": 55884, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1319468382, "kicked_count": null, "linked_chat_id": 1390577257, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 197, "pinned_msg_id": null, "pts": 149, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,259
[]
ChatFull
[ { "_": "Channel", "access_hash": 1808096263367539200, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-05-08T19:41:33", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1338122650, "left": true, ...
{ "_": "ChannelFull", "about": "Dragon Born, Destroyer of Antifa, The Alt-Knight, Commie Crusher, The Living Meme, Breaker of Sticks, Infamous Folk Hero, Right Wing Icon, The Man Who Started it All, Often Imitated Never Duplicated, The One And Only Based Stickman. JOIN ME WARRIORS!👊✝️", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -6763828806943886000, "date": "2019-05-09T02:21:51", "dc_id": 1, "file_reference": "AF11dvy5z1MW/2/P1QQeJQT3kB7H", "has_stickers": false, "id": 3126428844084537300, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 230874, "volume_id": 806021842 }, "size": 15109, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 230875, "volume_id": 806021842 }, "size": 44375, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 230876, "volume_id": 806021842 }, "size": 113459, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1338122650, "kicked_count": null, "linked_chat_id": 1338615366, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 746, "pinned_msg_id": 725, "pts": 1039, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,260
[]
ChatFull
[ { "_": "Channel", "access_hash": -6775738377108506000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-04-10T01:16:54", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1416111003, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 9118277085224002000, "date": "2019-07-18T01:39:32", "dc_id": 1, "file_reference": "AF11dvzoCcpA5sMNbeFLx28/LVks", "has_stickers": false, "id": 1840680686960355300, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 314231, "volume_id": 806010825 }, "size": 12399, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 314232, "volume_id": 806010825 }, "size": 32426, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 314233, "volume_id": 806010825 }, "size": 78422, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1416111003, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 297, "pinned_msg_id": null, "pts": 1286, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,260
[]
ChatFull
[ { "_": "Channel", "access_hash": -6076373632787927000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-07-03T21:14:13", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1495617499, "left": true, ...
{ "_": "ChannelFull", "about": "Official channel of ANTIFAs worst\nNightmare", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 6221075801391751000, "date": "2019-07-03T21:16:51", "dc_id": 1, "file_reference": "AF11dvwgp/lVl1R8u7Mjflz2IerN", "has_stickers": false, "id": 2811967126971197400, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 351354, "volume_id": 806120176 }, "size": 11241, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 351355, "volume_id": 806120176 }, "size": 31096, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 351356, "volume_id": 806120176 }, "size": 80692, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1495617499, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 541, "pinned_msg_id": null, "pts": 58, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,260
[]
ChatFull
[ { "_": "Channel", "access_hash": 1211477771740460000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-05-15T14:39:46", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1316689052, "left": true, ...
{ "_": "ChannelFull", "about": "A place for all your Eco and Ethno fascist needs.\nContact https://t.me/Deano007 for suggestions and whatever you like.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 2733129026874593300, "date": "2019-09-05T02:31:04", "dc_id": 1, "file_reference": "AF11dvyr5a2GAUrdWak88k64RuBp", "has_stickers": false, "id": 2975736467645638700, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 248743, "volume_id": 806622831 }, "size": 11524, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 248744, "volume_id": 806622831 }, "size": 34525, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 248745, "volume_id": 806622831 }, "size": 93312, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1316689052, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 294, "pinned_msg_id": null, "pts": 397, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,261
[]
ChatFull
[ { "_": "Channel", "access_hash": -6669373634536516000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-04-24T02:42:08", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1286032208, "left": true, ...
{ "_": "ChannelFull", "about": "The Industrial Revolution and its consequences have been a disaster for the human race.\n\nCome join our chat:\nhttps://t.me/joinchat/G3Ws30VlCkCnQr3Q9VdkqA\n\n@lilrebbieflexgod_420\n\nListed in @channelcollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 5119976403333861000, "date": "2018-08-29T13:02:07", "dc_id": 1, "file_reference": "AF11dv1tbNpQPPMS1fnR8kZarw+F", "has_stickers": false, "id": 2672406257791510500, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 261749, "volume_id": 804725198 }, "size": 12583, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 261750, "volume_id": 804725198 }, "size": 36765, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 261751, "volume_id": 804725198 }, "size": 100940, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1286032208, "kicked_count": null, "linked_chat_id": 1164249664, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 513, "pinned_msg_id": 692, "pts": 1594, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,261
[]
ChatFull
[ { "_": "Channel", "access_hash": 7318068302072061000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-12-15T20:43:54", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1163461712, "left": true, ...
{ "_": "ChannelFull", "about": "🌲🌲🌲🌲🌲🌲\n 🏳️‍🌈⃠🇮🇱⃠\n🌲🌲🌲🌲🌲🌲\n\n@channelcollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 2201492626333060900, "date": "2019-03-26T17:45:11", "dc_id": 4, "file_reference": "AF11dv28jjPlO2fwImCX84JXSxUc", "has_stickers": false, "id": 3108017186869979000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 241937, "volume_id": 455208736 }, "size": 12810, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 241938, "volume_id": 455208736 }, "size": 43093, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 241939, "volume_id": 455208736 }, "size": 150051, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1163461712, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 286, "pinned_msg_id": null, "pts": 781, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,261
[]
ChatFull
[ { "_": "Channel", "access_hash": -8599455788598497000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-05-15T21:12:02", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1492728051, "left": true, ...
{ "_": "ChannelFull", "about": "@ChannelCollection\n@Nationalist_Channels", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 8531867522933815000, "date": "2019-05-15T21:14:41", "dc_id": 1, "file_reference": "AF11dv1HcSThv2lY7XMzad3iXFps", "has_stickers": false, "id": 2511789126759590000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 308972, "volume_id": 806122092 }, "size": 14402, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 308973, "volume_id": 806122092 }, "size": 44238, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 308974, "volume_id": 806122092 }, "size": 116623, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1492728051, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1361, "pinned_msg_id": 2426, "pts": 2613, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,261
[]
ChatFull
[ { "_": "Channel", "access_hash": 8494457848545688000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-07-03T09:33:21", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1197464141, "left": true, ...
{ "_": "ChannelFull", "about": "The official channel for The Bowlcast, a show dedicated to Esoteric Bowlcutism and Saint Roof.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -6801889165532298000, "date": "2019-07-03T09:33:22", "dc_id": 1, "file_reference": "AF11dv0qUnA0ZsPUqDp0oC6gMrKB", "has_stickers": false, "id": 3691815628805613600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 298455, "volume_id": 806010508 }, "size": 5234, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 298456, "volume_id": 806010508 }, "size": 12994, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 298457, "volume_id": 806010508 }, "size": 32666, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1197464141, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 732, "pinned_msg_id": 488, "pts": 604, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,261
[]
ChatFull
[ { "_": "Channel", "access_hash": 584529095265801100, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-06-01T14:49:03", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1116994910, "left": true, ...
{ "_": "ChannelFull", "about": "Best /pol/ content on telegram + random memes and shit to fuck with your mind, usually a lot of spam.\nLinks for groups and channels @RandomMeetingPoint\nFor the redpills only \n@randomredpills\nText the admins here\n@RandomAnonChannel_bot", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 6252774873059028000, "date": "2017-06-01T14:52:03", "dc_id": 4, "file_reference": "AF11dv7YZu3RUmhMorxkWlTwY510", "has_stickers": false, "id": 439528059967746750, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 13560, "volume_id": 429805507 }, "size": 9687, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 13561, "volume_id": 429805507 }, "size": 25605, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 13562, "volume_id": 429805507 }, "size": 67811, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1116994910, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 3369, "pinned_msg_id": null, "pts": 74643, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,262
[]
ChatFull
[ { "_": "Channel", "access_hash": 1586947548965362700, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-03-30T20:14:24", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1490634124, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 4831227053890906000, "date": "2019-04-03T00:31:44", "dc_id": 4, "file_reference": "AF11dv76vIyfFGTUL1OC0Txp4m6L", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 159805, "volume_id": 455932336 }, "size": 11116, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 159806, "volume_id": 455932336 }, "size": 35939, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 159807, "volume_id": 455932336 }, "size": 100652, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1490634124, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 959, "pinned_msg_id": 2, "pts": 1359, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,262
[]
ChatFull
[ { "_": "Channel", "access_hash": -8484523239283080000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-03-09T20:18:56", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1275007989, "left": true, ...
{ "_": "ChannelFull", "about": "General Degenerate Stuff including Gays Tr*ns P**os Gender Ideology Social Justice Feminism Porn Anti Traditional Values Anti Marriage Anti Male, also memes and related stuff\nMain Channel: @randomanonch\nText the admins here\n@RandomAnonChannel_bot", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -6402706796388667000, "date": "2019-03-09T20:24:30", "dc_id": 4, "file_reference": "AF11dv7GaEbrLq6cp1DDIMo4L4Fd", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 313367, "volume_id": 455224133 }, "size": 16791, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 313368, "volume_id": 455224133 }, "size": 59235, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 313369, "volume_id": 455224133 }, "size": 206344, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1275007989, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 979, "pinned_msg_id": 619, "pts": 2120, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,262
[]
ChatFull
[ { "_": "Channel", "access_hash": -3733743368750288400, "admin_rights": null, "banned_rights": null, "broadcast": false, "creator": false, "date": "2017-10-04T16:15:54", "default_banned_rights": { "_": "ChatBannedRights", "change_info": true, "embed_links": false, ...
{ "_": "ChannelFull", "about": "/bant/ is a chat where all kind of ideologies can hatelove each other.\n\nRules: \n1) No Spam, Gore, Doxx, Porn, Furryposting\n2) English \n3) Bulli allowed\n4) Call NazBol a meme —> I get angry 😡", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [ { "_": "BotInfo", "commands": [ { "_": "BotCommand", "command": "help", "description": "works only in private!" } ], "description": "This bot can help you in the administration of a group.\nYou can kick, ban, set your rules/descrition, and many other stuffs, as the anti-flood and the custom triggers.\nAdd the bot to a group to get all the commands!", "user_id": 176365905 }, { "_": "BotInfo", "commands": [], "description": "", "user_id": 304723406 }, { "_": "BotInfo", "commands": [ { "_": "BotCommand", "command": "help", "description": "Bot introduction and commands list" }, { "_": "BotCommand", "command": "shipping", "description": "Choose a couple of the day" }, { "_": "BotCommand", "command": "last", "description": "Last chosen couples" }, { "_": "BotCommand", "command": "top", "description": "Top lovers" }, { "_": "BotCommand", "command": "mystats", "description": "Your stats" }, { "_": "BotCommand", "command": "lang", "description": "Change a language" } ], "description": "", "user_id": 674931693 }, { "_": "BotInfo", "commands": [ { "_": "BotCommand", "command": "help", "description": "Get a list of commands." } ], "description": "The plugin-wielding, multipurpose Telegram bot.", "user_id": 117099167 } ], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": true, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -4851683698327842000, "date": "2019-05-26T12:13:24", "dc_id": 4, "file_reference": "AF11dv+7NzcLzo8waPPQQ84GxEUq", "has_stickers": false, "id": 801211452146953600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 411875, "volume_id": 455106194 }, "size": 16042, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 411876, "volume_id": 455106194 }, "size": 49476, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 411877, "volume_id": 455106194 }, "size": 140496, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1133642811, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 196, "participants_count": 969, "pinned_msg_id": 1391237, "pts": 1814129, "read_inbox_max_id": 0, "read_outbox_max_id": 1391359, "stickerset": { "_": "StickerSet", "access_hash": 1910050468889982700, "animated": false, "archived": false, "count": 26, "hash": 708048798, "id": 801211451690713100, "installed_date": null, "masks": false, "official": false, "short_name": "BoboBear", "thumb": null, "thumb_dc_id": null, "title": "🅱️o🅱️o the Bear [@nazbolnow]" }, "unread_count": 0 }
1,567,979,263
[ { "_": "User", "access_hash": 8302951502085037000, "bot": true, "bot_chat_history": true, "bot_info_version": 19, "bot_inline_geo": false, "bot_inline_placeholder": null, "bot_nochats": false, "contact": false, "deleted": false, "first_name": "Group Butler", "id": 176...
ChatFull
[ { "_": "Channel", "access_hash": 598629907643381000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-08-13T18:57:35", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1126621715, "left": true, ...
{ "_": "ChannelFull", "about": "We are the light you are seeking in these dark times. \n\nAffiliated chat: @bant4chan\n\nChannel Link: @NazBol\n\nYours trully, ModP.\n\n\n\nDisclaimer: NazBol is not a meme.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 2712699005881448000, "date": "2019-09-05T19:31:35", "dc_id": 4, "file_reference": "AF11dv9e8dA2RKsZNSRZloYWQ0F3", "has_stickers": false, "id": 801211452146953600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 324020, "volume_id": 447823164 }, "size": 16025, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 324021, "volume_id": 447823164 }, "size": 44203, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 324022, "volume_id": 447823164 }, "size": 137754, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1126621715, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 2266, "pinned_msg_id": 15999, "pts": 31776, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,263
[]
ChatFull
[ { "_": "Channel", "access_hash": 488870724141238900, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-12-15T18:48:16", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1189423479, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -200728550443703520, "date": "2018-12-17T17:23:14", "dc_id": 1, "file_reference": "AF11dv+ofW4de1E3hwoBUYq1w7FC", "has_stickers": false, "id": 2818607361159178000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 289099, "volume_id": 805512640 }, "size": 4116, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 289100, "volume_id": 805512640 }, "size": 10243, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 289101, "volume_id": 805512640 }, "size": 26409, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1189423479, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 484, "pinned_msg_id": 1939, "pts": 2336, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,263
[]
ChatFull
[ { "_": "Channel", "access_hash": 2614642005329488400, "admin_rights": null, "banned_rights": null, "broadcast": false, "creator": false, "date": "2018-03-24T03:24:17", "default_banned_rights": { "_": "ChatBannedRights", "change_info": true, "embed_links": false, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [ { "_": "BotInfo", "commands": [], "description": "", "user_id": 852870155 }, { "_": "BotInfo", "commands": [], "description": "", "user_id": 763093688 }, { "_": "BotInfo", "commands": [ { "_": "BotCommand", "command": "help", "description": "Print help" }, { "_": "BotCommand", "command": "tip", "description": "<username> <amount>" }, { "_": "BotCommand", "command": "send", "description": "<address> <amount>" }, { "_": "BotCommand", "command": "withdraw", "description": "<your private wallet address>" }, { "_": "BotCommand", "command": "balance", "description": "Show your current balance" }, { "_": "BotCommand", "command": "giveaway", "description": "<amount>" } ], "description": "@MoneroTipBot is the first and one and only Monero wallet for telegram. You can receive and send Moneros using this bot.\n\nEverything happens on-chain. You can tip other users, friends and people in groups, make giveaways and other cool things, like sending monero to regular wallet addresses.\n\nThis bot will be forever in beta. You may lose your money due to a bug or we can get hacked and lose all funds. We can't guarantee anything.\n\nUse the help command to see the help menu.\n\nHappy tipping!", "user_id": 748007543 } ], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": true, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -976946864466644500, "date": "2018-03-24T03:48:30", "dc_id": 1, "file_reference": "AF11dwCZ6CMRZLmn5+4rI7+/vjcy", "has_stickers": false, "id": 259341829574600640, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 65198, "volume_id": 806123969 }, "size": 11452, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 65199, "volume_id": 806123969 }, "size": 38940, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 65200, "volume_id": 806123969 }, "size": 144219, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1098542285, "kicked_count": null, "linked_chat_id": 1383146979, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 36, "participants_count": 329, "pinned_msg_id": null, "pts": 269956, "read_inbox_max_id": 0, "read_outbox_max_id": 192491, "stickerset": { "_": "StickerSet", "access_hash": 2177709977453912600, "animated": false, "archived": false, "count": 30, "hash": -1650732134, "id": 712233365838757900, "installed_date": null, "masks": false, "official": false, "short_name": "PresidentPutin", "thumb": { "_": "PhotoSize", "h": 100, "location": { "_": "FileLocationToBeDeprecated", "local_id": 8362, "volume_id": 239715674 }, "size": 5714, "type": "m", "w": 100 }, "thumb_dc_id": 2, "title": "Putin" }, "unread_count": 0 }
1,567,979,264
[ { "_": "User", "access_hash": 6696785970494791000, "bot": true, "bot_chat_history": false, "bot_info_version": 1, "bot_inline_geo": false, "bot_inline_placeholder": null, "bot_nochats": false, "contact": false, "deleted": false, "first_name": "OCRadioBot", "id": 85287...
ChatFull
[ { "_": "Channel", "access_hash": -1453286985258397400, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-04-12T14:46:30", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1459513255, "left": true, ...
{ "_": "ChannelFull", "about": "Uncensored telegram channel for official updates from Laura Loomer", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 6856723082298052000, "date": "2019-08-05T01:59:33", "dc_id": 1, "file_reference": "AF11dwCaNXg7TAbN6IDOVm2B9awg", "has_stickers": false, "id": 2491815845206010000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 308225, "volume_id": 806021570 }, "size": 7753, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 308226, "volume_id": 806021570 }, "size": 22658, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 308227, "volume_id": 806021570 }, "size": 73224, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1459513255, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 11948, "pinned_msg_id": 4040, "pts": 72336, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,264
[]
ChatFull
[ { "_": "Channel", "access_hash": -1898436160287097600, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-03-12T01:55:07", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1222416619, "left": true, ...
{ "_": "ChannelFull", "about": "A place for the latest news, inspirational quotes, and information regarding Catholicism.\nAll biblical references in this channel comes from the wording of the 1866 printing of the Douay-Rheims Bible.\n\nMessage @TradCat for comments and inquiries.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -170656859276148700, "date": "2018-03-12T01:55:07", "dc_id": 1, "file_reference": "AF11dwCFp3auK++l8uRkqoVcu/ES", "has_stickers": false, "id": 1638822618527279000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 57235, "volume_id": 806124038 }, "size": 12383, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 57236, "volume_id": 806124038 }, "size": 23597, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 57237, "volume_id": 806124038 }, "size": 73852, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1222416619, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 751, "pinned_msg_id": 311, "pts": 371, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,264
[]
ChatFull
[ { "_": "Channel", "access_hash": 2105704528992714500, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-04-18T12:21:26", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1277509132, "left": true, ...
{ "_": "ChannelFull", "about": "Duty free meme stowage and re-exports\nContact via: tgstat.com/channel/@NoTariffs\nTry to end your day on a positive meme ✨\nGroup chat @RiotDogsMeta", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 1281607553011118800, "date": "2019-04-18T12:26:39", "dc_id": 4, "file_reference": "AF11dxbleKrMPnwqE7TgOA68Pes0", "has_stickers": false, "id": 138970264388104450, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 194461, "volume_id": 455917001 }, "size": 16400, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 194462, "volume_id": 455917001 }, "size": 56849, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 194463, "volume_id": 455917001 }, "size": 165820, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1277509132, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 483, "pinned_msg_id": null, "pts": 3441, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,286
[]
ChatFull
[ { "_": "Channel", "access_hash": 7661334316119285000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-02-16T20:15:28", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1116973991, "left": true, ...
{ "_": "ChannelFull", "about": "The best libertarian memes on telegram; from the bowels of the internet. \n\nTelegram links: @toalibertarianlinks\nGroup: @PoliticalBS\n\nMain Admins: @jdanielricher @officalmcaffee @Montanaanon\n\nWe are listed on @ChannelCollection. Check them out", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -7025463177157808000, "date": "2019-08-22T19:59:47", "dc_id": 1, "file_reference": "AF11dxap64rdEnyDv72SGIfEvBn0", "has_stickers": false, "id": 780844042919456000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 340208, "volume_id": 806010692 }, "size": 13062, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 340209, "volume_id": 806010692 }, "size": 39642, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 340210, "volume_id": 806010692 }, "size": 113293, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1116973991, "kicked_count": null, "linked_chat_id": 1174916932, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 1930, "pinned_msg_id": 17031, "pts": 23097, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,286
[]
ChatFull
[ { "_": "Channel", "access_hash": -2470762192639405600, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-08-03T02:07:37", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1314186243, "left": true, ...
{ "_": "ChannelFull", "about": "Channel about environmentalism, neo-luddism, permaculture and related stuff.\n\n\"The Industrial Revolution and its consequences have been a disaster for the human race\"", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -1406795283680820000, "date": "2018-10-07T19:32:08", "dc_id": 1, "file_reference": "AF11dxbFV6LSZqyE5H/ipakWeMrC", "has_stickers": false, "id": 2865828954620668000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 171027, "volume_id": 806118724 }, "size": 7814, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 171028, "volume_id": 806118724 }, "size": 22078, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 171029, "volume_id": 806118724 }, "size": 56828, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1314186243, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 368, "pinned_msg_id": null, "pts": 918, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,287
[]
ChatFull
[ { "_": "Channel", "access_hash": 4884412286199172000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-03-01T02:01:56", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1380893841, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -7256321207967776000, "date": "2019-03-01T02:06:59", "dc_id": 4, "file_reference": "AF11dxfku2qzRlt2AVOsYfz4z8wX", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 173548, "volume_id": 455216931 }, "size": 13204, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 173549, "volume_id": 455216931 }, "size": 43776, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 173550, "volume_id": 455216931 }, "size": 135737, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1380893841, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 766, "pinned_msg_id": 2, "pts": 695, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,287
[]
ChatFull
[ { "_": "Channel", "access_hash": -306348497281581000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-23T03:49:32", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1151121937, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 8387316653801313000, "date": "2019-02-23T04:36:16", "dc_id": 4, "file_reference": "AF11dxcKm/YeAWlfAyH2UiK1kiL7", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 50571, "volume_id": 455930912 }, "size": 8313, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 50572, "volume_id": 455930912 }, "size": 22859, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 50573, "volume_id": 455930912 }, "size": 63445, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1151121937, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 616, "pinned_msg_id": 2, "pts": 466, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,287
[]
ChatFull
[ { "_": "Channel", "access_hash": -66419259248002320, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-07-06T01:58:41", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1161666782, "left": true, ...
{ "_": "ChannelFull", "about": "Bellum Acta is a \"Ultra-Reactionary\", Pro-Nationalism & Pro-Historical Revisionist Media focused on Current News, Geopolitics and Battlefield Frontlines. \n\nFor support:\n— BTC: 3Mfq5ALRaJVfARpVStS3bgugoysM74P5GJ\n\n(Bolsonaro Propagandist Channel N# 1)", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 324829246676585340, "date": "2019-03-19T02:23:30", "dc_id": 1, "file_reference": "AF11dxd8s3F0ZV+JL9yCwKrT3QjS", "has_stickers": false, "id": 1481717911750027300, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 218857, "volume_id": 806009837 }, "size": 5879, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 218858, "volume_id": 806009837 }, "size": 12829, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 218859, "volume_id": 806009837 }, "size": 27101, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1161666782, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 2129, "pinned_msg_id": 2268, "pts": 6785, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,288
[]
ChatFull
[ { "_": "Channel", "access_hash": 8668861943895311000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-03-23T21:45:32", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1072737404, "left": true, ...
{ "_": "ChannelFull", "about": "Poundshop Propaganda from Airstrip One\n\n@channelcollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 2364327696024096300, "date": "2019-05-11T21:28:23", "dc_id": 4, "file_reference": "AF11dxgJyorgGSMw5z19ib2FuybD", "has_stickers": false, "id": 676700461905063700, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 388159, "volume_id": 455021432 }, "size": 15469, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 388160, "volume_id": 455021432 }, "size": 42515, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 388161, "volume_id": 455021432 }, "size": 99400, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1072737404, "kicked_count": null, "linked_chat_id": 1485946399, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 2008, "pinned_msg_id": 9934, "pts": 12836, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,288
[]
ChatFull
[ { "_": "Channel", "access_hash": 8385218278369884000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2016-03-28T05:02:12", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1047615116, "left": true, ...
{ "_": "ChannelFull", "about": "I don’t even know anymore\n\nHit me up @helium3 I’m pretty fucking cool", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 1859631456431287600, "date": "2018-06-15T01:53:30", "dc_id": 1, "file_reference": "AF11dxiz+K6mkc/4GKf2hQOlT6Qm", "has_stickers": false, "id": 361249330355615700, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 165054, "volume_id": 805514791 }, "size": 11735, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 165055, "volume_id": 805514791 }, "size": 37178, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 165056, "volume_id": 805514791 }, "size": 101451, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1047615116, "kicked_count": null, "linked_chat_id": 1193081005, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 587, "pinned_msg_id": 3670, "pts": 4219, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,288
[]
ChatFull
[ { "_": "Channel", "access_hash": 5301263053985600000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-06-07T05:48:40", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1252202886, "left": true, ...
{ "_": "ChannelFull", "about": "\"Maymays up in ya vajayjays™\"\n\nDon't let the name fool you, we've got all kinds of bullshit posted in here. \nOwned and operated by @SpliffTolkien\nWith help from @trianglevanilla @AbsoluteCrackhead & @RealTuckerCarlson\n\n@ChannelCollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 7370921757860228000, "date": "2019-05-30T11:32:30", "dc_id": 1, "file_reference": "AF11dxjj6YNfH53sb6mYCpaZAz1K", "has_stickers": false, "id": 2351246891367377000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 157412, "volume_id": 806622924 }, "size": 11171, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 157413, "volume_id": 806622924 }, "size": 29070, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 157414, "volume_id": 806622924 }, "size": 69989, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1252202886, "kicked_count": null, "linked_chat_id": 1168358966, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 2224, "pinned_msg_id": 32881, "pts": 34641, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,288
[]
ChatFull
[ { "_": "Channel", "access_hash": -6351147751641360000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-08-30T18:35:14", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1126156342, "left": true, ...
{ "_": "ChannelFull", "about": "Defend Europa's official news channel. We post news, memes, and other relevant content.\n\n📖 @ChannelCollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -2927570467668202500, "date": "2018-09-30T02:53:32", "dc_id": 4, "file_reference": "AF11dxguKrbUPKUSyWoHJXQgR8u+", "has_stickers": false, "id": 534871927302498800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 338572, "volume_id": 446429981 }, "size": 7862, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 338573, "volume_id": 446429981 }, "size": 16614, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 338574, "volume_id": 446429981 }, "size": 30408, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1126156342, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 2200, "pinned_msg_id": 7867, "pts": 13891, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,288
[]
ChatFull
[ { "_": "Channel", "access_hash": 5270258819527958000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2016-12-29T04:50:22", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1084626845, "left": true, ...
{ "_": "ChannelFull", "about": "Research on World War 2", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 7996263735286142000, "date": "2019-07-29T10:13:12", "dc_id": 4, "file_reference": "AF11dxkm6J8IVXikITxHMeXr6oVI", "has_stickers": false, "id": 860801082542107900, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 232453, "volume_id": 447822034 }, "size": 14624, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 232454, "volume_id": 447822034 }, "size": 50969, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 232455, "volume_id": 447822034 }, "size": 161913, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1084626845, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1113, "pinned_msg_id": null, "pts": 5753, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,289
[]
ChatFull
[ { "_": "Channel", "access_hash": 6819655929750601000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-03-28T10:26:43", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1251299061, "left": true, ...
{ "_": "ChannelFull", "about": "The project's mission is to report on and analyse the military and geo-political issues of our time.\nWebsite: https://southfront.org/\nEmail: info@southfront.org", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 4261553907696656000, "date": "2018-03-28T10:26:44", "dc_id": 2, "file_reference": "AF11dxkaW//58Vu4C9x7C86Gb0r0", "has_stickers": false, "id": 1509714720493512700, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 7885, "volume_id": 246112143 }, "size": 13746, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 7886, "volume_id": 246112143 }, "size": 51699, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 7887, "volume_id": 246112143 }, "size": 216440, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1251299061, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1683, "pinned_msg_id": null, "pts": 14656, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,289
[]
ChatFull
[ { "_": "Channel", "access_hash": -7105183645219266000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-11T08:49:10", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1225115596, "left": true, ...
{ "_": "ChannelFull", "about": "Just some comfy nature pics and trad girls, mostly.\n\n@Grincheux\n\n📖 @ChannelCollection Help other channels out.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -8721315027909051000, "date": "2019-02-11T08:52:47", "dc_id": 4, "file_reference": "AF11dxnkEFxUrBLkkfzG4jOhuYia", "has_stickers": false, "id": 1010557619966945400, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 165334, "volume_id": 455010526 }, "size": 14551, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 165335, "volume_id": 455010526 }, "size": 53438, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 165336, "volume_id": 455010526 }, "size": 187175, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1225115596, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 286, "pinned_msg_id": null, "pts": 1139, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,289
[]
ChatFull
[ { "_": "Channel", "access_hash": 2138104536677719300, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-03T08:08:32", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1459644460, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -8918872790498296000, "date": "2019-02-03T08:08:33", "dc_id": 1, "file_reference": "AF11dxr1h5MpJ9aqJ8OoOARnfUkv", "has_stickers": false, "id": 726249506734192100, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 232570, "volume_id": 806122638 }, "size": 10757, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 232571, "volume_id": 806122638 }, "size": 27530, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 232572, "volume_id": 806122638 }, "size": 68504, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1459644460, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 401, "pinned_msg_id": null, "pts": 152, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,290
[]
ChatFull
[ { "_": "Channel", "access_hash": 863659080598078500, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-09-22T01:27:22", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1122115268, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 4224478796950101500, "date": "2018-12-17T20:25:00", "dc_id": 1, "file_reference": "AF11dxqQHlMNmiskCw1cp0eE/GJh", "has_stickers": false, "id": 665642488780925700, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 50922, "volume_id": 806629430 }, "size": 15564, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 50923, "volume_id": 806629430 }, "size": 52243, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 50924, "volume_id": 806629430 }, "size": 151101, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1122115268, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1418, "pinned_msg_id": null, "pts": 6734, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,290
[]
ChatFull
[ { "_": "Channel", "access_hash": 2752194309503382500, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-05-13T16:02:14", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1139521909, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -1595647924716164000, "date": "2017-05-14T13:24:51", "dc_id": 4, "file_reference": "AF11dxqaGCd6zcPQjEmn/i/omU1K", "has_stickers": false, "id": 1161146401794666500, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 273869, "volume_id": 429632872 }, "size": 10821, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 273870, "volume_id": 429632872 }, "size": 33131, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 273871, "volume_id": 429632872 }, "size": 81935, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1139521909, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1158, "pinned_msg_id": 867, "pts": 1123, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,290
[]
ChatFull
[ { "_": "Channel", "access_hash": 5917358047685183000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-23T03:43:23", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1496219545, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 4358678268205132300, "date": "2019-03-02T01:03:53", "dc_id": 4, "file_reference": "AF11dxrHfHyVdGpeEnN+rU2qg7+O", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 70492, "volume_id": 455932169 }, "size": 11743, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 70493, "volume_id": 455932169 }, "size": 36980, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 70494, "volume_id": 455932169 }, "size": 101045, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1496219545, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 798, "pinned_msg_id": 2, "pts": 1142, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,291
[]
ChatFull
[ { "_": "Channel", "access_hash": -6854980009766082000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-08-21T06:41:21", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1123084340, "left": true, ...
{ "_": "ChannelFull", "about": "🔸GRUPO https://t.me/joinchat/FyzQjkRsckMKLRo900WN1g\n\n🔸BOT @alertajudiada_bot\n\n🔸CANAL @putosjudios", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 7453855834367603000, "date": "2017-08-21T06:50:09", "dc_id": 1, "file_reference": "AF11dxu3PcI7rYbUixv/qD9hgxaa", "has_stickers": false, "id": 1523036158562510800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 122609, "volume_id": 803118115 }, "size": 6359, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 122610, "volume_id": 803118115 }, "size": 11425, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 122611, "volume_id": 803118115 }, "size": 27215, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1123084340, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 190, "pinned_msg_id": null, "pts": 11168, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,291
[]
ChatFull
[ { "_": "Channel", "access_hash": -8071873584280541000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-06-19T19:51:41", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1399985384, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -3380686665672307700, "date": "2018-06-19T20:11:45", "dc_id": 4, "file_reference": "AF11dxvvsqy88Q0fbsW1fU0BGfGT", "has_stickers": false, "id": 625124544699541800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 156693, "volume_id": 446503116 }, "size": 8780, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 156694, "volume_id": 446503116 }, "size": 18583, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 156695, "volume_id": 446503116 }, "size": 56640, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1399985384, "kicked_count": null, "linked_chat_id": 1146181064, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 348, "pinned_msg_id": null, "pts": 282, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,291
[]
ChatFull
[ { "_": "Channel", "access_hash": -7356682207196597000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-08-09T04:52:01", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1344732965, "left": true, ...
{ "_": "ChannelFull", "about": "\"Who controls the past controls the future. Who controls the present controls the past\"", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -398883421164397100, "date": "2019-08-06T04:50:32", "dc_id": 1, "file_reference": "AF11dxt+6nhaO7DySM0AQ3dyjuMl", "has_stickers": false, "id": 2308691852887435300, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 320522, "volume_id": 806027970 }, "size": 9525, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 320523, "volume_id": 806027970 }, "size": 27995, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 320524, "volume_id": 806027970 }, "size": 74983, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1344732965, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 941, "pinned_msg_id": 3859, "pts": 4496, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,292
[]
ChatFull
[ { "_": "Channel", "access_hash": 4805174788664828000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-10-12T01:06:19", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1123462974, "left": true, ...
{ "_": "ChannelFull", "about": "Politically incorrect channel that broadcasts politics, world events, news and classic shitposting. No censorship allowed. Extreme language and daring truths. All goes.\n\n@ChannelCollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -5946244842631180000, "date": "2019-04-25T11:07:22", "dc_id": 1, "file_reference": "AF11dxyrgzPWAZ58X7XqlX0xhm0T", "has_stickers": false, "id": 1088770370808277, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 218920, "volume_id": 806021564 }, "size": 10753, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 218921, "volume_id": 806021564 }, "size": 33458, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 218922, "volume_id": 806021564 }, "size": 89694, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1123462974, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 2293, "pinned_msg_id": null, "pts": 8133, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,292
[]
ChatFull
[ { "_": "Channel", "access_hash": -1206566184762919200, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-09-23T14:49:20", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1345025025, "left": true, ...
{ "_": "ChannelFull", "about": "'𝘌𝘶𝘳𝘰𝘱𝘦 𝘭𝘪𝘷𝘦𝘴, 𝘢𝘯𝘥 𝘮𝘢𝘳𝘤𝘩𝘦𝘴 𝘰𝘯.'\n\n\nA channel for all things European. Be it memes, news, music or anything else.\n\nEuropean music collection: @Europeantunes\n\nFor more channels like this: @ChannelCollection\n\nAdmin: @Jerrm", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -5010583585454991000, "date": "2019-04-20T23:21:15", "dc_id": 4, "file_reference": "AF11dxzrLNGLUsT875oykFIEvMhg", "has_stickers": false, "id": 841280825548976100, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 198977, "volume_id": 455937305 }, "size": 14511, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 198978, "volume_id": 455937305 }, "size": 38865, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 198979, "volume_id": 455937305 }, "size": 99833, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1345025025, "kicked_count": null, "linked_chat_id": 1447960355, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 1304, "pinned_msg_id": null, "pts": 1567, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,292
[]
ChatFull
[ { "_": "Channel", "access_hash": 6123898159016704000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-06-18T21:26:23", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1310284190, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -6516162315150232000, "date": "2018-07-16T15:55:48", "dc_id": 4, "file_reference": "AF11dx1zK+2ta1Tya4IEfNsRVk2w", "has_stickers": false, "id": 44046930186184780, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 202292, "volume_id": 446611143 }, "size": 13521, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 202293, "volume_id": 446611143 }, "size": 41990, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 202294, "volume_id": 446611143 }, "size": 125428, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1310284190, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 3494, "pinned_msg_id": null, "pts": 4132, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,293
[]
ChatFull
[ { "_": "Channel", "access_hash": -95343318903410240, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-01-22T19:46:22", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1192915913, "left": true, ...
{ "_": "ChannelFull", "about": "Christian, fascist, anti Jew/Zionist redpills and memes with occasional wholesomeness\n\nowner: @nogals\n\nassist: @maronite\n @ARSEDUCK\n @Nitrocide\n @savetheboers\n\nSA related channel: @saffercentral\n@channelcollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -3600850032052272000, "date": "2019-01-28T22:59:18", "dc_id": 4, "file_reference": "AF11dx2xDheR78HCedJNz8DcSApd", "has_stickers": false, "id": 2413864482296146000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 485128, "volume_id": 448418452 }, "size": 9093, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 485129, "volume_id": 448418452 }, "size": 24469, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 485130, "volume_id": 448418452 }, "size": 62921, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1192915913, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1689, "pinned_msg_id": 1410, "pts": 1918, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,293
[]
ChatFull
[ { "_": "Channel", "access_hash": 45366587261577170, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-06-05T15:10:24", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1130439182, "left": true, ...
{ "_": "ChannelFull", "about": "In Cucks We Trust\n\nContact @Guerrilla_Junior", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -8509229855595162000, "date": "2017-06-05T15:16:15", "dc_id": 4, "file_reference": "AF11dzmP0Gy78hZJ0ZjETDvLaf/v", "has_stickers": false, "id": 921379878265268200, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 111450, "volume_id": 431704993 }, "size": 12079, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 111451, "volume_id": 431704993 }, "size": 33186, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 111452, "volume_id": 431704993 }, "size": 91753, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1130439182, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1136, "pinned_msg_id": null, "pts": 4069, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,321
[]
ChatFull
[ { "_": "Channel", "access_hash": 3537792719163025400, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-07-15T16:46:26", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1240292818, "left": true, ...
{ "_": "ChannelFull", "about": "Pictures to inspire, celebrating the best of Western culture.\n\nThe depressing, modernist counterpart can be found at @AntiTradPics.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 2702986147717694000, "date": "2018-07-15T16:47:32", "dc_id": 4, "file_reference": "AF11dzr2tY8DJQ4twGZJue4kT8yq", "has_stickers": false, "id": 1331425886392658000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 197851, "volume_id": 446635563 }, "size": 15398, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 197852, "volume_id": 446635563 }, "size": 52645, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 197853, "volume_id": 446635563 }, "size": 161034, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1240292818, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1142, "pinned_msg_id": 1001, "pts": 1439, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,322
[]
ChatFull
[ { "_": "Channel", "access_hash": 8230193867794184000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-06-05T14:07:38", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1116499975, "left": true, ...
{ "_": "ChannelFull", "about": "/CIG/tel presents viewers a controversial blend of ultraright genopolitics with geopolitics. This includes an expośe on current news, history and social matters along with the public enlightenment gained from völkisch aesthetics. \n\nContact us @CIGtel_bot", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -4410864693238392000, "date": "2018-09-19T17:45:23", "dc_id": 1, "file_reference": "AF11dzqcMccY8Y91KdtTe9RmucVM", "has_stickers": false, "id": 1658926720489728000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 160867, "volume_id": 806121104 }, "size": 14426, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 160868, "volume_id": 806121104 }, "size": 40734, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 160869, "volume_id": 806121104 }, "size": 104255, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1116499975, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 2816, "pinned_msg_id": 11497, "pts": 14581, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,322
[]
ChatFull
[ { "_": "Channel", "access_hash": -4231865250875680000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-23T03:40:41", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1394236157, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 7024159144339095000, "date": "2019-02-23T04:27:03", "dc_id": 4, "file_reference": "AF11dzoHtiTDOkji5IpkYyHMh5oE", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 156578, "volume_id": 455209747 }, "size": 10340, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 156579, "volume_id": 455209747 }, "size": 33073, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 156580, "volume_id": 455209747 }, "size": 93042, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1394236157, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 687, "pinned_msg_id": 14, "pts": 1189, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,322
[]
ChatFull
[ { "_": "Channel", "access_hash": 3154899080470914000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-28T03:52:05", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1419702482, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -3882400181249387000, "date": "2019-02-28T03:55:00", "dc_id": 4, "file_reference": "AF11dzs8TQX9AxHh1lzb/bjpyL13", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 289148, "volume_id": 455229546 }, "size": 12600, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 289149, "volume_id": 455229546 }, "size": 32650, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 289150, "volume_id": 455229546 }, "size": 82320, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1419702482, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 580, "pinned_msg_id": 3, "pts": 553, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,323
[]
ChatFull
[ { "_": "Channel", "access_hash": -1582646222236858000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2016-11-13T01:16:55", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1065357198, "left": true, ...
{ "_": "ChannelFull", "about": "ALLAH, SOURIA, BASHAR OU BAS!\n\nSave the Boer!\n\nFather Channel of Telegram\n\n📖 @ChannelCollection Help other channels out.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -7274563508137518000, "date": "2018-10-28T19:16:14", "dc_id": 4, "file_reference": "AF11dzufdcyroPsf6qEJLefRhYKC", "has_stickers": false, "id": 944339996040609800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 298347, "volume_id": 446640532 }, "size": 12739, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 298348, "volume_id": 446640532 }, "size": 36966, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 298349, "volume_id": 446640532 }, "size": 101800, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1065357198, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1714, "pinned_msg_id": 6332, "pts": 8345, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,323
[]
ChatFull
[ { "_": "Channel", "access_hash": -5278684118992338000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-07-30T20:29:33", "default_banned_rights": null, "has_geo": false, "has_link": true, "id": 1181206441, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -209688824001634300, "date": "2018-07-30T20:30:55", "dc_id": 4, "file_reference": "AF11dzyOTjwdqPf9tNT+f/Ht/EYl", "has_stickers": false, "id": 1650350650052159500, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 89891, "volume_id": 446730637 }, "size": 13674, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 89892, "volume_id": 446730637 }, "size": 37090, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 89893, "volume_id": 446730637 }, "size": 96814, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1181206441, "kicked_count": null, "linked_chat_id": 1345126722, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": 0, "participants_count": 458, "pinned_msg_id": 1852, "pts": 2275, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,324
[]
ChatFull
[ { "_": "Channel", "access_hash": -8949267706864016000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-07-01T19:00:01", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1148807464, "left": true, ...
{ "_": "ChannelFull", "about": "A collection of Islamic memes, jokes, redpills, rebuttals and shitposts. 💣🔥 \n\nALLAH-U-AKBAR", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -4065190465674662000, "date": "2018-06-03T07:39:16", "dc_id": 5, "file_reference": "AF11dzw50zaEv4FLlnI/fDf+ScXm", "has_stickers": false, "id": 1627598546132904000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 242456, "volume_id": 852734817 }, "size": 10473, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 242457, "volume_id": 852734817 }, "size": 29072, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 242458, "volume_id": 852734817 }, "size": 75366, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1148807464, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 772, "pinned_msg_id": null, "pts": 2981, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,324
[]
ChatFull
[ { "_": "Channel", "access_hash": -2784236311473143000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-03-16T17:20:26", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1363065993, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 6835276054423201000, "date": "2019-08-18T19:32:31", "dc_id": 1, "file_reference": "AF11dzwC7C2l58HqLPS/2VBop13x", "has_stickers": false, "id": 2310153640711661600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 18061, "volume_id": 107735283 }, "size": 11103, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 18062, "volume_id": 107735283 }, "size": 51603, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 18063, "volume_id": 107735283 }, "size": 190321, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1363065993, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 32, "pinned_msg_id": null, "pts": 3269, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,324
[]
ChatFull
[ { "_": "Channel", "access_hash": -5081090502353666000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-14T19:08:17", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1475421621, "left": true, ...
{ "_": "ChannelFull", "about": "Reactionary Southern Nationalism\n\n@ChannelCollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 47809331253127130, "date": "2019-02-14T19:09:23", "dc_id": 1, "file_reference": "AF11dz1ZC2pU3FTNMUKaoJZelEgR", "has_stickers": false, "id": 1978677685533124600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 157259, "volume_id": 806026730 }, "size": 12905, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 157260, "volume_id": 806026730 }, "size": 42497, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 157261, "volume_id": 806026730 }, "size": 136106, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1475421621, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 151, "pinned_msg_id": 3, "pts": 374, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,325
[]
ChatFull
[ { "_": "Channel", "access_hash": -901942110634330200, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-23T03:44:58", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1306314162, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -7884965268369333000, "date": "2019-03-02T03:45:42", "dc_id": 4, "file_reference": "AF11dz2uA2GmWwKz+P69IQ2kklnS", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 294408, "volume_id": 455225727 }, "size": 17375, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 294409, "volume_id": 455225727 }, "size": 69455, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 294410, "volume_id": 455225727 }, "size": 237329, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1306314162, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 642, "pinned_msg_id": 802, "pts": 1155, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,325
[]
ChatFull
[ { "_": "Channel", "access_hash": -4300747271743190500, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-03-24T17:47:14", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1104757758, "left": true, ...
{ "_": "ChannelFull", "about": "Stuff that I find interesting.\n\nJoin @rem_rin for my themes\n\nFollow @ChannelCollection for more", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 280649962049354180, "date": "2019-01-21T08:10:23", "dc_id": 5, "file_reference": "AF11dz15g+E6CGf9q0dx286XUYnF", "has_stickers": false, "id": 2154918511723522000, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 205877, "volume_id": 853239011 }, "size": 4079, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 205878, "volume_id": 853239011 }, "size": 10439, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 205879, "volume_id": 853239011 }, "size": 23863, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1104757758, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 92, "pinned_msg_id": 3394, "pts": 3838, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,325
[]
ChatFull
[ { "_": "Channel", "access_hash": 736226241608768800, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-04-10T10:11:51", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1086654357, "left": true, ...
{ "_": "ChannelFull", "about": "An archive of redpilled music for all you fashy goys.\nMostly contemporary tunes across all genres, occasionally older stuff too.\n\nFull albums: https://telegra.ph/Right-Wing-Death-Squad-Entertainment-Archives-11-13\n\nListed on @channelcollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -8483447463381679000, "date": "2017-05-30T17:17:05", "dc_id": 4, "file_reference": "AF11dz6VM6h6+Ty2z2cs1ynaXMTr", "has_stickers": false, "id": 676700461905063600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 69568, "volume_id": 423909395 }, "size": 11441, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 69569, "volume_id": 423909395 }, "size": 34590, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 69570, "volume_id": 423909395 }, "size": 99861, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1086654357, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 731, "pinned_msg_id": 505, "pts": 1560, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,326
[]
ChatFull
[ { "_": "Channel", "access_hash": -626252364235152100, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-10-31T19:20:56", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1272150035, "left": true, ...
{ "_": "ChannelFull", "about": "If you are new to telegram, here are some selected groups and channels\nText the admins here\n@RandomAnonChannel_bot", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -349422729590325570, "date": "2018-10-31T19:40:50", "dc_id": 4, "file_reference": "AF11dz458ke8cbnrI0zKhg0dRDfO", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 416096, "volume_id": 446412426 }, "size": 11133, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 416097, "volume_id": 446412426 }, "size": 23716, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 416098, "volume_id": 446412426 }, "size": 68382, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1272150035, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 536, "pinned_msg_id": 32, "pts": 83, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,326
[]
ChatFull
[ { "_": "Channel", "access_hash": -5251682748666962000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-03-01T02:50:37", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1437011796, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -4021349742843210000, "date": "2019-03-01T02:58:13", "dc_id": 4, "file_reference": "AF11dz72t/l3HJnNvKHTh15yhGWB", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 67935, "volume_id": 455921509 }, "size": 18237, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 67936, "volume_id": 455921509 }, "size": 56579, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 67937, "volume_id": 455921509 }, "size": 164521, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1437011796, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 439, "pinned_msg_id": 2, "pts": 465, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,326
[]
ChatFull
[ { "_": "Channel", "access_hash": -5912820642980092000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-28T04:34:14", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1347353919, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 406998487324663100, "date": "2019-02-28T04:37:37", "dc_id": 4, "file_reference": "AF11dz+rzaQeZvXsab1v71ux6PVz", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 65248, "volume_id": 455924174 }, "size": 15138, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 65249, "volume_id": 455924174 }, "size": 45741, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 65250, "volume_id": 455924174 }, "size": 117665, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1347353919, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 545, "pinned_msg_id": 458, "pts": 709, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,327
[]
ChatFull
[ { "_": "Channel", "access_hash": -8410689301172452000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2019-02-28T04:01:37", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1286750868, "left": true, ...
{ "_": "ChannelFull", "about": "", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 5104337039260054000, "date": "2019-02-28T04:06:36", "dc_id": 4, "file_reference": "AF11dz/m7O5KCoiCj7eCrr7ezTWm", "has_stickers": false, "id": 439528059967746800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 64857, "volume_id": 455929107 }, "size": 13066, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 64858, "volume_id": 455929107 }, "size": 42118, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 64859, "volume_id": 455929107 }, "size": 112868, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1286750868, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 656, "pinned_msg_id": 3, "pts": 294, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,327
[]
ChatFull
[ { "_": "Channel", "access_hash": 429409441495250300, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-12-20T14:55:06", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1368566297, "left": true, ...
{ "_": "ChannelFull", "about": "The opposite of (((antisemitism))) is noticing.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 6977754655173475000, "date": "2018-12-20T15:27:07", "dc_id": 4, "file_reference": "AF11dz88z9huGTGNfBXjFwDVVBrA", "has_stickers": false, "id": 625124544699541800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 393674, "volume_id": 446730208 }, "size": 6897, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 393675, "volume_id": 446730208 }, "size": 20199, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 393676, "volume_id": 446730208 }, "size": 58134, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1368566297, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 299, "pinned_msg_id": null, "pts": 93, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,327
[]
ChatFull
[ { "_": "Channel", "access_hash": 4899137282769639000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-06-23T04:14:48", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1134794842, "left": true, ...
{ "_": "ChannelFull", "about": "You need to understand diversity is your strength.\nYou mayonnaise eating, water is too spicy, cracker ass cave beast.\n\n🐸 @ChannelCollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 9165427345110438000, "date": "2018-07-26T01:55:12", "dc_id": 4, "file_reference": "AF11d0Dot3+bv8vQRMTBICd7jd5s", "has_stickers": false, "id": 944339996040609800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 214185, "volume_id": 446429560 }, "size": 12467, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 214186, "volume_id": 446429560 }, "size": 35203, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 214187, "volume_id": 446429560 }, "size": 93633, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1134794842, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 1266, "pinned_msg_id": null, "pts": 954, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,328
[]
ChatFull
[ { "_": "Channel", "access_hash": 754488870025695400, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-10-01T15:14:01", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1147327248, "left": true, ...
{ "_": "ChannelFull", "about": "We provide you with media that governments dont want you to know about. We only post on single major happenings as they unfold. No happening, no posts.\n\n\"The revolution wont be televised.\"\n\n@ModeratePoster\n\nBTC: 3B78ohCPDgfY1ca85HNnDvYnmeKYgeF4at", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 1164770122556058000, "date": "2017-10-01T15:47:12", "dc_id": 4, "file_reference": "AF11d0Bul/Klpqw2hvP9sGUSPLM4", "has_stickers": false, "id": 801211452146953500, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 147319, "volume_id": 434326561 }, "size": 13969, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 147320, "volume_id": 434326561 }, "size": 42338, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 147321, "volume_id": 434326561 }, "size": 114127, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1147327248, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 3322, "pinned_msg_id": 4, "pts": 1619, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,328
[]
ChatFull
[ { "_": "Channel", "access_hash": -6623299940002311000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2016-08-06T21:37:05", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1066790512, "left": true, ...
{ "_": "ChannelFull", "about": "Interesting articles, books, pieces and compilations of redpills. \n\nMemes: @whiteisright\n\nDo not attempt to contact any of the admins here for the time being.\n\nRelated channels:\n@Iron_Link\n@rpdfs", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -2678646250575743500, "date": "2018-03-14T07:22:41", "dc_id": 1, "file_reference": "AF11d0Cjp1OPCh5fkgXyhwpD0GpK", "has_stickers": false, "id": 824009512216277800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 4213, "volume_id": 806007131 }, "size": 8742, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 4214, "volume_id": 806007131 }, "size": 34925, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 4215, "volume_id": 806007131 }, "size": 114275, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1066790512, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 940, "pinned_msg_id": null, "pts": 1683, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,328
[]
ChatFull
[ { "_": "Channel", "access_hash": 3773428461812369000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-03-01T18:22:02", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1290248367, "left": true, ...
{ "_": "ChannelFull", "about": "@PureSodiumDiet\nSend me your grugs", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -3821875708028739600, "date": "2018-03-01T18:24:40", "dc_id": 4, "file_reference": "AF11d0E+BlMkdEe0adkUxSnB66wT", "has_stickers": false, "id": 625124544699541800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 278277, "volume_id": 438720131 }, "size": 8017, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 278278, "volume_id": 438720131 }, "size": 19939, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 278279, "volume_id": 438720131 }, "size": 48801, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1290248367, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 184, "pinned_msg_id": null, "pts": 85, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,329
[]
ChatFull
[ { "_": "Channel", "access_hash": 5948817658275105000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-11-10T09:29:32", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1223960155, "left": true, ...
{ "_": "ChannelFull", "about": "My political opinions. Pure Aryanism. Embracing counter-semitism.\n@ChannelCollection", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -9083772288499411000, "date": "2018-11-10T18:05:36", "dc_id": 4, "file_reference": "AF11d0Hqb7QEtoYDfRl5RgproMZD", "has_stickers": false, "id": 625124544699541800, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 435542, "volume_id": 446536475 }, "size": 6982, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 435543, "volume_id": 446536475 }, "size": 16749, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 435544, "volume_id": 446536475 }, "size": 41227, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1223960155, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 335, "pinned_msg_id": null, "pts": 431, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,329
[]
ChatFull
[ { "_": "Channel", "access_hash": 5824839369317881000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-10-21T07:29:59", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1149369550, "left": true, ...
{ "_": "ChannelFull", "about": "This channel is to compile the serious stuff and redpills from Random Anon Channel without the spamming and shitposting.\nMain Channel: @randomanonch\nLinks for groups and channels @RandomMeetingPoint\nText the admins here\n@RandomAnonChannel_bot", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -2440616796481851000, "date": "2017-10-22T04:11:30", "dc_id": 4, "file_reference": "AF11d0Fq0YGS3y7RX+2lDXyVCe+Q", "has_stickers": false, "id": 439528059967746750, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 145911, "volume_id": 435824935 }, "size": 10071, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 145912, "volume_id": 435824935 }, "size": 26262, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 145913, "volume_id": 435824935 }, "size": 70080, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1149369550, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 858, "pinned_msg_id": 10514, "pts": 10618, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,329
[]
ChatFull
[ { "_": "Channel", "access_hash": 3250351620032024600, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2017-09-04T02:04:08", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1128141426, "left": true, ...
{ "_": "ChannelFull", "about": "A place for procuring channels both big and small.\nA free speech platform for all. Addition ≠ Endorsement\n\nContact: @OfficialZombieJesus @Jerrm\n\nMandatory to add @ChannelCollection to channel description. Doing so will help mutual growth in the community.", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": 8944185571904005000, "date": "2017-09-04T02:06:09", "dc_id": 4, "file_reference": "AF11d0I4ps0u9+MyqT3bDDrsQlMk", "has_stickers": false, "id": 944339996040609700, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 16266, "volume_id": 435833736 }, "size": 13751, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 16267, "volume_id": 435833736 }, "size": 48552, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 16268, "volume_id": 435833736 }, "size": 150376, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1128141426, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 2058, "pinned_msg_id": null, "pts": 835, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,330
[]
ChatFull
[ { "_": "Channel", "access_hash": 4928670214430064000, "admin_rights": null, "banned_rights": null, "broadcast": true, "creator": false, "date": "2018-03-25T12:24:56", "default_banned_rights": null, "has_geo": false, "has_link": false, "id": 1238793234, "left": true, ...
{ "_": "ChannelFull", "about": "RU", "admins_count": null, "available_min_id": null, "banned_count": null, "bot_info": [], "can_set_location": false, "can_set_stickers": false, "can_set_username": false, "can_view_participants": false, "can_view_stats": false, "chat_photo": { "_": "Photo", "access_hash": -8176728770341336000, "date": "2019-06-15T11:55:01", "dc_id": 2, "file_reference": "AF11d0KS5VctcVtPYgqvxxEkEHaW", "has_stickers": false, "id": 2398018587004610600, "sizes": [ { "_": "PhotoSize", "h": 160, "location": { "_": "FileLocationToBeDeprecated", "local_id": 293043, "volume_id": 257020332 }, "size": 5037, "type": "a", "w": 160 }, { "_": "PhotoSize", "h": 320, "location": { "_": "FileLocationToBeDeprecated", "local_id": 293044, "volume_id": 257020332 }, "size": 11835, "type": "b", "w": 320 }, { "_": "PhotoSize", "h": 640, "location": { "_": "FileLocationToBeDeprecated", "local_id": 293045, "volume_id": 257020332 }, "size": 28535, "type": "c", "w": 640 } ] }, "exported_invite": { "_": "ChatInviteEmpty" }, "folder_id": null, "hidden_prehistory": false, "id": 1238793234, "kicked_count": null, "linked_chat_id": null, "location": null, "migrated_from_chat_id": null, "migrated_from_max_id": null, "notify_settings": { "_": "PeerNotifySettings", "mute_until": null, "show_previews": null, "silent": null, "sound": null }, "online_count": null, "participants_count": 221, "pinned_msg_id": null, "pts": 179, "read_inbox_max_id": 0, "read_outbox_max_id": 0, "stickerset": null, "unread_count": 0 }
1,567,979,330
[]
End of preview.

No dataset card yet

Downloads last month
5