class
   Turquoise::Jobs::SendPetImage
  
  - Turquoise::Jobs::SendPetImage
 - Mosquito::QueuedJob
 - Mosquito::Job
 - Reference
 - Object
 
Defined in:
turquoise/jobs/send_pet_image.crConstant Summary
- 
        PARAMETERS = 
[{name: pet, value: , type: String, method_suffix: string}, {name: chat_id, value: , type: Int64, method_suffix: int64}] of Nil 
Constructors
Class Method Summary
Macro Summary
Instance Method Summary
- #build_job_run
 - #chat_id : Int64
 - #chat_id=(value : Int64) : Int64
 - #chat_id? : Int64 | Nil
 - 
        #perform
        
          
Send a random static (jpg or png) or animated (gif) image.
 - #pet : String
 - #pet=(value : String) : String
 - #pet? : String | Nil
 - #vars_from(config : Hash(String, String))