class TelegramBot::PollAnswer

Included Modules

Defined in:

telegram_bot/types/poll_answer.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 option_ids : Array(Int32) #

def option_ids=(option_ids : Array(Int32)) #

def option_persistent_ids : Array(String) #

def option_persistent_ids=(option_persistent_ids : Array(String)) #

def poll_id : String #

def poll_id=(poll_id : String) #

def user : User | Nil #

def user=(user : User | Nil) #

def voter_chat : Chat | Nil #

def voter_chat=(voter_chat : Chat | Nil) #