NAME
Bot::Backbone::Service::Role::GroupJoiner - Chat services that can join a chat group
VERSION
version 0.161950
DESCRIPTION
This is only useful to chat services (probably).
REQUIRED METHODS
join_group
$chat->join_group(\%options);
This method will cause the service to join the group described by the options in the way described by the options. Generally, the options will include (but are not limited to and all of these might not be supported):
- group
-
This is the name of the group to join. Every implementation must support this option.
- nickname
-
This is the nickname to give the bot within this group.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.