Sha256: 3cc74d4a67de94951110b8ed2270025c2ddcc50b555deaebfe78dd52a74c052e

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 Bytes

Contents

module TD::Types
  # A chat photo was changed.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr photo [TD::Types::ChatPhotoInfo, nil] The new chat photo; may be null.
  class Update::ChatPhoto < Update
    attribute :chat_id, TD::Types::Integer
    attribute :photo, TD::Types::ChatPhotoInfo.optional.default(nil)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/chat_photo.rb