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

NAME

Net::API::Telegram::CallbackQuery - An incoming callback query from a callback button in an inline keyboard

SYNOPSIS

        my $msg = Net::API::Telegram::CallbackQuery->new( %data ) || 
        die( Net::API::Telegram::CallbackQuery->error, "\n" );

DESCRIPTION

Net::API::Telegram::CallbackQuery is a Telegram Message Object as defined here https://core.telegram.org/bots/api#callbackquery

This module has been automatically generated from Telegram API documentation by the script scripts/telegram-doc2perl-methods.pl.

METHODS

new( {INIT HASH REF}, %PARAMETERS )

new() will create a new object for the package, pass any argument it might receive to the special standard routine init that must exist. Then it returns what returns init().

The valid parameters are as follow. Methods available here are also parameters to the new method.

  • verbose

  • debug

chat_instance( String )

Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.

data( String )

Optional. Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field.

from( Net::API::Telegram::User )

Sender

game_short_name( String )

Optional. Short name of a Game to be returned, serves as the unique identifier for the game

id( String )

Unique identifier for this query

inline_message_id( String )

Optional. Identifier of the message sent via the bot in inline mode, that originated the query.

message( Net::API::Telegram::Message )

Optional. Message with the callback button that originated the query. Note that message content and message date will not be available if the message is too old

COPYRIGHT

Copyright (c) 2000-2019 DEGUEST Pte. Ltd.

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Net::API::Telegram

COPYRIGHT & LICENSE

Copyright (c) 2018-2019 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.