Module: TelegramBot::AutoFromMethods

Included in:
Audio, Chat, Contact, Date, Document, ForceReply, GroupChat, Location, Message, PhotoSize, ReplyKeyboardHide, ReplyKeyboardMarkup, Sticker, Update, User, Video
Defined in:
lib/telegram_bot/auto_from_methods.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(clazz) ⇒ Object



64
65
66
# File 'lib/telegram_bot/auto_from_methods.rb', line 64

def self.included(clazz)
  clazz.extend ClassMethods
end