Sha256: a8257acfc478735a37d79638af8e0c731be0dc2ba8ba9be3a7112f17ae635312

Contents?: true

Size: 429 Bytes

Versions: 4

Compression:

Stored size: 429 Bytes

Contents

module TD::Types
  # The supergroup sticker set was changed.
  #
  # @attr old_sticker_set_id [Integer] Previous identifier of the chat sticker set; 0 if none.
  # @attr new_sticker_set_id [Integer] New identifier of the chat sticker set; 0 if none.
  class ChatEventAction::StickerSetChanged < ChatEventAction
    attribute :old_sticker_set_id, TD::Types::Integer
    attribute :new_sticker_set_id, TD::Types::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_event_action/sticker_set_changed.rb
tdlib-ruby-2.2.0 lib/tdlib/types/chat_event_action/sticker_set_changed.rb
tdlib-ruby-2.1.0 lib/tdlib/types/chat_event_action/sticker_set_changed.rb
tdlib-ruby-2.0.0 lib/tdlib/types/chat_event_action/sticker_set_changed.rb