class TelegramBot::Community

Included Modules

Defined in:

telegram_bot/types/community.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, name : String) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def id : Int64 #

def id=(id : Int64) #

def name : String #

def name=(name : String) #