Skip to content

GramIO API Reference / @gramio/contexts/dist / ForumTopicEdited

Class: ForumTopicEdited

Defined in: contexts/index.d.ts:2294

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

Constructors

Constructor

new ForumTopicEdited(payload): ForumTopicEdited

Defined in: contexts/index.d.ts:2296

Parameters

ParameterType
payloadTelegramForumTopicEdited

Returns

ForumTopicEdited

Properties

PropertyTypeDefined in
payloadTelegramForumTopicEditedcontexts/index.d.ts:2295

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:2298

MDN

Returns

string


iconCustomEmojiId

Get Signature

get iconCustomEmojiId(): string

Defined in: contexts/index.d.ts:2302

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

Returns

string


name

Get Signature

get name(): string

Defined in: contexts/index.d.ts:2300

New name of the topic, if it was edited

Returns

string