Sha256: 4a89b76985e1a5bb5926e06d6e8b2bd382dfb1bb0f56f580606ad9afe5b585a3
Contents?: true
Size: 285 Bytes
Versions: 7
Compression:
Stored size: 285 Bytes
Contents
module Telegram module Bot module Types class KeyboardButton < Base attribute :text, String attribute :request_contact, Boolean attribute :request_location, Boolean attribute :request_poll, KeyboardButtonPollType end end end end
Version data entries
7 entries across 7 versions & 1 rubygems