Sha256: d0d3b589492d3284f1a4161f3516f50e4cf70857a8ac0312b2a56c15c5309add

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 Bytes

Contents

module TD::Types
  # A static photo in JPEG format.
  #
  # @attr photo [TD::Types::InputFile] Photo to be set as profile photo.
  #   Only {TD::Types::InputFile::Local} and {TD::Types::InputFile::Generated} are allowed.
  class InputChatPhoto::Static < InputChatPhoto
    attribute :photo, TD::Types::InputFile
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/input_chat_photo/static.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_chat_photo/static.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_chat_photo/static.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/input_chat_photo/static.rb