class Tourmaline::ForumTopicEdited

Overview

This object represents a service message about an edited forum topic.

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 | Nil = nil, icon_custom_emoji_id : String | Nil = nil) #

[View source]

Instance Method Detail

def icon_custom_emoji_id : String | Nil #

Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed


[View source]
def icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil) #

Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed


[View source]
def name : String | Nil #

Optional. New name of the topic, if it was edited


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

Optional. New name of the topic, if it was edited


[View source]