The payload sent by the server when you initiate a new gateway connection.
{ "op": "HELLO", "d": { "heartbeat_interval": 45000, "instance_info": { "instance_name": "EmreLand", "description": "More based than Oliver's instance (trust)", "version": "0.3.3", "message_limit": 2048, "oprish_url": "https://example.com", "pandemonium_url": "https://example.com", "effis_url": "https://example.com", "file_size": 20000000, "attachment_file_size": 100000000 }, "rate_limit": { "reset_after": 10, "limit": 5 } }} Copy
{ "op": "HELLO", "d": { "heartbeat_interval": 45000, "instance_info": { "instance_name": "EmreLand", "description": "More based than Oliver's instance (trust)", "version": "0.3.3", "message_limit": 2048, "oprish_url": "https://example.com", "pandemonium_url": "https://example.com", "effis_url": "https://example.com", "file_size": 20000000, "attachment_file_size": 100000000 }, "rate_limit": { "reset_after": 10, "limit": 5 } }}
The amount of milliseconds your ping interval is supposed to be.
The instance's info.
This is the same payload you get from the get_instance_info payload without ratelimits
The pandemonium ratelimit info.
The payload sent by the server when you initiate a new gateway connection.
Example