Class: Telegram::Bot::Types::BusinessMessagesDeleted
- Defined in:
- sig/telegram/bot/types/business_messages_deleted.rbs
Instance Attribute Summary collapse
-
#business_connection_id ⇒ String
readonly
Returns the value of attribute business_connection_id.
-
#chat ⇒ Chat
readonly
Returns the value of attribute chat.
-
#message_ids ⇒ Array[Integer]
readonly
Returns the value of attribute message_ids.
Attributes inherited from Base
Class Method Summary collapse
Methods included from Compactable
Methods included from PatternMatching
Instance Attribute Details
#business_connection_id ⇒ String (readonly)
Returns the value of attribute business_connection_id.
8 9 10 |
# File 'sig/telegram/bot/types/business_messages_deleted.rbs', line 8 def business_connection_id @business_connection_id end |
#chat ⇒ Chat (readonly)
Returns the value of attribute chat.
9 10 11 |
# File 'sig/telegram/bot/types/business_messages_deleted.rbs', line 9 def chat @chat end |
#message_ids ⇒ Array[Integer] (readonly)
Returns the value of attribute message_ids.
10 11 12 |
# File 'sig/telegram/bot/types/business_messages_deleted.rbs', line 10 def @message_ids end |
Class Method Details
.new(business_connection_id:, chat:, message_ids:) ⇒ instance .new(attributes) ⇒ instance
6 7 |
# File 'sig/telegram/bot/types/business_messages_deleted.rbs', line 6
def self.new: (business_connection_id: String, chat: Chat, message_ids: Array[Integer]) -> instance
| (?Hash[Symbol | String, untyped] attributes) -> instance
|