class Tourmaline::BotDescription

Overview

This object represents the bot's 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(description : String) #

[View source]

Instance Method Detail

def description : String #

The bot's description


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

The bot's description


[View source]