Group
Extension

Matches 2

Perlgram-Bot ( A/AM/AMIRCANDY/Perlgram-Bot-0.tar.gz, AMIRCANDY, 2024; MetaCPAN )
Perlgram-Bot/lib/Perlgram/Bot/keyboard.pm ( view source; MetaCPAN )
package Perlgram::Bot::keyboard;

use JSON::MaybeXS;
use Data::Dumper;

sub _remove_undef_keys_recursive {
    my ($data) = @_;

    if (ref $data eq 'HASH') {
        my %filtered_data;

 
//= undef;
    $input_field_placeholder //= undef;
    $selective //= undef;
    return encode_json(_remove_undef_keys_recursive({
        keyboard                => $keyboard,
        resize_key
Perlgram-Bot ( A/AM/AMIRCANDY/Perlgram-Bot-0.tar.gz, AMIRCANDY, 2024; MetaCPAN )
Perlgram-Bot/lib/Perlgram/Bot/core.pm ( view source; MetaCPAN )
use HTTP::Request;
use JSON;
use strict;
use warnings;
use Data::Dumper;

sub new {
    my ($class, $token) = @_;
    my $ua = LWP::UserAgent->new;
    my $json = JSON->new->allow_nonref;
  
  my $self = { token => $token , requ => $ua , json => $json };
    bless $self, $class;
    return $self;
}


sub _remove_undef_keys_recursive {
    my ($data) = @_;

    if (ref $data eq 'H
 . $method, $filtered_data);
    my $content = $response->decoded_content;

    return $self->{json}->decode($content);
}





sub setWebhook {
    my ($self, $url, $ip_address, $max_connec

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.