Method: TelegramBot::BusinessMessagesDeleted#valid?
- Defined in:
- lib/telegram-bot/models/business_messages_deleted.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
115 116 117 118 119 120 121 |
# File 'lib/telegram-bot/models/business_messages_deleted.rb', line 115 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @business_connection_id.nil? return false if @chat.nil? return false if .nil? true end |