Sha256: b303d28781eb064cbe18bcb2917ee769e2ea9be38abe86fc68a0daf27575e93c
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types ## Just for classes consistency # rubocop:disable Naming/ConstantName PaidMedia = ( PaidMediaPreview | PaidMediaPhoto | PaidMediaVideo ) # rubocop:enable Naming/ConstantName end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/paid_media.rb |