class Tourmaline::BotName

Overview

This object represents the bot's name.

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(name : String) #

[View source]

Instance Method Detail

def name : String #

The bot's name


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

The bot's name


[View source]