class
TelegramBot::EphemeralMessageParameters
- TelegramBot::EphemeralMessageParameters
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/ephemeral_message_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(receiver_user_id : Int64, *, callback_query_id : String | Nil = nil, replace_callback_query_message : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #callback_query_id : String | Nil
- #callback_query_id=(callback_query_id : String | Nil)
- #receiver_user_id : Int64
- #receiver_user_id=(receiver_user_id : Int64)
- #replace_callback_query_message=(replace_callback_query_message : Bool | Nil)
- #replace_callback_query_message? : Bool | Nil
Constructor Detail
def self.new(receiver_user_id : Int64, *, callback_query_id : String | Nil = nil, replace_callback_query_message : Bool | Nil = nil)
#