class TelegramBot::SuggestedPostInfo

Included Modules

Defined in:

telegram_bot/types/suggested_post.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 price : SuggestedPostPrice | Nil #

def price=(price : SuggestedPostPrice | Nil) #

def send_date : Int32 | Nil #

def send_date=(send_date : Int32 | Nil) #

def state : String #

def state=(state : String) #