class TelegramBot::StoryArea

Included Modules

Defined in:

telegram_bot/types/story.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(position : StoryAreaPosition, type : StoryAreaType) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def position : StoryAreaPosition #

def position=(position : StoryAreaPosition) #

def type : StoryAreaType #

def type=(type : StoryAreaType) #