class TelegramBot::Birthdate

Included Modules

Defined in:

telegram_bot/types/chat_full_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Instance Method Detail

def day : Int32 #

def day=(day : Int32) #

def month : Int32 #

def month=(month : Int32) #

def year : Int32 | Nil #

def year=(year : Int32 | Nil) #