The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AnyEvent::Discord::Payload - Represents a Discord payload

DESCRIPTION

https://discord.com/developers/docs/topics/gateway

ACCESSORS

op (Number)

Opcode

d (HashRef)

Data structure for message

t (String)

Event name

CAVEATS

This is incredibly unfinished.

AUTHOR

Nick Melnick <nmelnick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021, Nick Melnick.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.