Class: TD::Types::ChatEventAction::StickerSetChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::StickerSetChanged
- Defined in:
- lib/tdlib/types/chat_event_action/sticker_set_changed.rb
Overview
The supergroup sticker set was changed.
Instance Attribute Summary collapse
-
#new_sticker_set_id ⇒ Integer
New identifier of the chat sticker set; 0 if none.
-
#old_sticker_set_id ⇒ Integer
Previous identifier of the chat sticker set; 0 if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_sticker_set_id ⇒ Integer
New identifier of the chat sticker set; 0 if none.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/sticker_set_changed.rb', line 6 def new_sticker_set_id @new_sticker_set_id end |
#old_sticker_set_id ⇒ Integer
Previous identifier of the chat sticker set; 0 if none.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/sticker_set_changed.rb', line 6 def old_sticker_set_id @old_sticker_set_id end |