class Tourmaline::BotShortDescription

Overview

This object represents the bot's short description.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(short_description : String) #

[View source]

Instance Method Detail

def short_description : String #

The bot's short description


[View source]
def short_description=(short_description : String) #

The bot's short description


[View source]