Sha256: 70b0485829f79642d86ca1927c29ea950b16eaf0c3504ebb65e7c7b959fc78c6
Contents?: true
Size: 345 Bytes
Versions: 3
Compression:
Stored size: 345 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::Coercible::Integer attribute :photo, TD::Types::ChatPhotoInfo.optional.default(nil) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/update/chat_photo.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/chat_photo.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/chat_photo.rb |