$AvatarClient class

Constructors

$AvatarClient($Client _rootClient)
Creates a new DynamiteClient for avatar requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$deleteAvatar_Request({required String token, AvatarDeleteAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Delete the avatar of a room.
$deleteAvatar_Serializer() → DynamiteSerializer<AvatarDeleteAvatarResponseApplicationJson, void>
Builds a serializer to parse the response of $deleteAvatar_Request.
$emojiAvatar_Request({required String emoji, required String token, String? color, AvatarEmojiAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Set an emoji as avatar.
$emojiAvatar_Serializer() → DynamiteSerializer<AvatarEmojiAvatarResponseApplicationJson, void>
Builds a serializer to parse the response of $emojiAvatar_Request.
$getAvatar_Request({required String token, AvatarGetAvatarDarkTheme? darkTheme, AvatarGetAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get the avatar of a room.
$getAvatar_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getAvatar_Request.
$getAvatarDark_Request({required String token, AvatarGetAvatarDarkApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get the dark mode avatar of a room.
$getAvatarDark_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getAvatarDark_Request.
$getUserProxyAvatar_Request({required String cloudId, required String token, required AvatarGetUserProxyAvatarSize size, AvatarGetUserProxyAvatarDarkTheme? darkTheme, AvatarGetUserProxyAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get the avatar of a cloudId user.
$getUserProxyAvatar_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getUserProxyAvatar_Request.
$getUserProxyAvatarDark_Request({required String cloudId, required String token, required AvatarGetUserProxyAvatarDarkSize size, AvatarGetUserProxyAvatarDarkApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get the dark mode avatar of a cloudId user.
$getUserProxyAvatarDark_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getUserProxyAvatarDark_Request.
$getUserProxyAvatarDarkWithoutRoom_Request({required String cloudId, required AvatarGetUserProxyAvatarDarkWithoutRoomSize size, AvatarGetUserProxyAvatarDarkWithoutRoomApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get the dark mode avatar of a cloudId user when inviting users while creating a conversation.
$getUserProxyAvatarDarkWithoutRoom_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getUserProxyAvatarDarkWithoutRoom_Request.
$getUserProxyAvatarWithoutRoom_Request({required String cloudId, required AvatarGetUserProxyAvatarWithoutRoomSize size, AvatarGetUserProxyAvatarWithoutRoomDarkTheme? darkTheme, AvatarGetUserProxyAvatarWithoutRoomApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get the avatar of a cloudId user when inviting users while creating a conversation.
$getUserProxyAvatarWithoutRoom_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getUserProxyAvatarWithoutRoom_Request.
$uploadAvatar_Request({required String token, AvatarUploadAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Upload an avatar for a room.
$uploadAvatar_Serializer() → DynamiteSerializer<AvatarUploadAvatarResponseApplicationJson, void>
Builds a serializer to parse the response of $uploadAvatar_Request.
deleteAvatar({required String token, AvatarDeleteAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<AvatarDeleteAvatarResponseApplicationJson, void>>
Delete the avatar of a room.
emojiAvatar({required String emoji, required String token, String? color, AvatarEmojiAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<AvatarEmojiAvatarResponseApplicationJson, void>>
Set an emoji as avatar.
getAvatar({required String token, AvatarGetAvatarDarkTheme? darkTheme, AvatarGetAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<Uint8List, void>>
Get the avatar of a room.
getAvatarDark({required String token, AvatarGetAvatarDarkApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<Uint8List, void>>
Get the dark mode avatar of a room.
getUserProxyAvatar({required String cloudId, required String token, required AvatarGetUserProxyAvatarSize size, AvatarGetUserProxyAvatarDarkTheme? darkTheme, AvatarGetUserProxyAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<Uint8List, void>>
Get the avatar of a cloudId user.
getUserProxyAvatarDark({required String cloudId, required String token, required AvatarGetUserProxyAvatarDarkSize size, AvatarGetUserProxyAvatarDarkApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<Uint8List, void>>
Get the dark mode avatar of a cloudId user.
getUserProxyAvatarDarkWithoutRoom({required String cloudId, required AvatarGetUserProxyAvatarDarkWithoutRoomSize size, AvatarGetUserProxyAvatarDarkWithoutRoomApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<Uint8List, void>>
Get the dark mode avatar of a cloudId user when inviting users while creating a conversation.
getUserProxyAvatarWithoutRoom({required String cloudId, required AvatarGetUserProxyAvatarWithoutRoomSize size, AvatarGetUserProxyAvatarWithoutRoomDarkTheme? darkTheme, AvatarGetUserProxyAvatarWithoutRoomApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<Uint8List, void>>
Get the avatar of a cloudId user when inviting users while creating a conversation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadAvatar({required String token, AvatarUploadAvatarApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<AvatarUploadAvatarResponseApplicationJson, void>>
Upload an avatar for a room.

Operators

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