Class: TD::Types::ChatEventAction::StickerSetChanged

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/sticker_set_changed.rb

Overview

The supergroup sticker set was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_sticker_set_idInteger

New identifier of the chat sticker set; 0 if none.

Returns:

  • (Integer)

    the current value of new_sticker_set_id



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_idInteger

Previous identifier of the chat sticker set; 0 if none.

Returns:

  • (Integer)

    the current value of old_sticker_set_id



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