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", ...
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_parti...
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_loca...
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": fal...
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", ...
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": fa...
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", ...
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_stic...
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, "...
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", ...
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", ...
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": {...
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, "...
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", ...
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": fa...
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...
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"...
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,...
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...
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...
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_i...
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", ...
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, "avail...
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_i...
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_lo...
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", ...
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": "", ...
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, ...
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, "avail...
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_se...
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, "avail...
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_locati...
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", ...
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", ...
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, ...
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...
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": fa...
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...
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_userna...
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": ...
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": fal...
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_use...
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", ...
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", ...
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", ...
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", ...
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": fal...
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", ...
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...
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": [...
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, "avai...
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", ...
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, ...
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": ...
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": fal...
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, ...
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", ...
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", ...
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, ...
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", ...
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, "ca...
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", ...
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_...
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", ...
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, ...
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, "availa...
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_us...
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", ...
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", ...
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", ...
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":...
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_stic...
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, "...
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, ...
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, "c...
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_par...
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, "availabl...
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": nul...
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", ...
1,567,979,330
[]
End of preview.

No dataset card yet

Downloads last month
2