Sha256: 4148e2580c15992d4e0e8cea8a00936b430c8ecbbe59b068bc0aec8699a97284

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatMemberOwner < ChatMember
        attribute :status, Types::String
        attribute :user, User
        attribute :is_anonymous, Types::Bool
        attribute? :custom_title, Types::String
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/chat_member_owner.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/chat_member_owner.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/chat_member_owner.rb