ChannelsEditForumTopic class

Channels Edit Forum Topic.

Return Type: UpdatesBase. ID: f4dfa185.

Inheritance

Constructors

ChannelsEditForumTopic({required InputChannelBase channel, required int topicId, String? title, int? iconEmojiId, required bool closed, required bool hidden})
Channels Edit Forum Topic constructor.
const
ChannelsEditForumTopic.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

channel InputChannelBase
Channel.
final
closed bool
closed: bit 2 of flags.2?Bool
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
hidden bool
hidden: bit 3 of flags.3?Bool
final
iconEmojiId int?
Icon Emoji Id.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title.
final
topicId int
Topic Id.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited