Skip to content

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

Class: ForumTopicEdited

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

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

Constructors

Constructor

new ForumTopicEdited(payload): ForumTopicEdited

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

Parameters

ParameterType
payloadTelegramForumTopicEdited

Returns

ForumTopicEdited

Properties

PropertyTypeDefined in
payloadTelegramForumTopicEditedcontexts/index.d.ts:1912

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


iconCustomEmojiId

Get Signature

get iconCustomEmojiId(): string

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

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:1917

New name of the topic, if it was edited

Returns

string