class

Turquoise::Jobs::Unsubscribe

Inherits Mosquito::QueuedJob < Mosquito::Job < Mosquito::Serializers::Primitives < Reference < Object

Constants

PARAMETERS = [{name: message_id, value: , type: Int64, method_suffix: int64}, {name: chat_id, value: , type: Int64, method_suffix: int64}, {name: topic, value: , type: String, method_suffix: string}] of Nil

Constructors

new(message_id : Int64, chat_id : Int64, topic : String)
new

Class methods

job_name
Source

Instance methods

build_job_run
chat_id
Source
chat_id=(value : Int64) : Int64
Source
chat_id?
Source
message_id
Source
message_id=(value : Int64) : Int64
Source
message_id?
Source
perform

abstract, override in a Job descendant to do something productive

Source
reply(text)
Source
topic
Source
topic=(value : String) : String
Source
topic?
Source
vars_from(config : Hash(String, String))

Macros

param(parameter)
Source