CreateForumTopic class
- Inheritance
-
- Object
- TdFunction
- CreateForumTopic
Constructors
- CreateForumTopic.new({required int chatId, required String name, required ForumTopicIcon icon})
-
Creates a topic in a forum supergroup chat; requires can_manage_topics rights in the supergroup
const
Properties
- chatId → int
-
chatId Identifier of the chat
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → ForumTopicIcon
-
icon Icon of the topic. Icon color must be one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F. Telegram Premium users can use any custom emoji as topic icon, other users can use only a custom emoji returned by getForumTopicDefaultIcons
final
- name → String
-
name Name of the topic; 1-128 characters
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{int? chatId, String? name, ForumTopicIcon? icon}) → CreateForumTopic -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String