module Bot
    module Types
      class InlineQueryResultCachedVoice < Base
        attribute :type, Types::String.constrained(eql: 'voice').default('voice')
        attribute :id, Types::String