GroupDMChannel¶
Inherits: PrivateChannel < TextChannel < Channel < MentionableEntity < DiscordEntity < Reference < Object
Description¶
Represents a group direct message channel on Discord.
Properties¶
| type | name |
|---|---|
| String | name |
| String | icon_hash |
| int | owner_id |
| User | owner |
Methods¶
| return type | signature |
|---|---|
| GroupDMEditAction | edit ( ) |
| User | get_owner ( ) |
Property Descriptions¶
-
String name
Group name.
-
String icon_hash
The icon hash of the group channel.
-
int owner_id
The owner id of the group channel.
-
User owner
method Getter get_owner() The owner of the group channel.
Method Descriptions¶
-
GroupDMEditAction edit ( )
Updates the group channel settings.
-
User get_owner ( )
ownergetter.