class TelegramBot::EphemeralMessageParameters

Included Modules

Defined in:

telegram_bot/types/ephemeral_message_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(receiver_user_id : Int64, *, callback_query_id : String | Nil = nil, replace_callback_query_message : Bool | Nil = nil) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def callback_query_id : String | Nil #

def callback_query_id=(callback_query_id : String | Nil) #

def receiver_user_id : Int64 #

def receiver_user_id=(receiver_user_id : Int64) #

def replace_callback_query_message=(replace_callback_query_message : Bool | Nil) #

def replace_callback_query_message? : Bool | Nil #