NAME
Bot::Backbone::Identity - Describes an account sending or receiving a message
VERSION
version 0.161950
SYNOPSIS
my $account = Bot::Backbone::Identity->new(
username => $username,
nickname => $nickname,
);
DESCRIPTION
Holds username and display name information for a chat account.
ATTRIBUTES
username
This is the protocol specific username.
nickname
This is the display name for the account.
me
This is a boolean value that should be set to true if this identity identifies the robot itself.
And, by the way, the accessor for this is named is_me
.
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.