struct AppPusher::TelegramPushService::MsgItem

Defined in:

app_pusher/push.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(chat_id : String, msg : String, fmt : AppPusher::TelegramPushService::TextFormat) #

[View source]

Instance Method Detail

def chat_id : String #

[View source]
def fmt : TextFormat #

[View source]
def msg : String #

[View source]
def retry : UInt8 #

[View source]
def retry=(retry : UInt8) #

[View source]