menu
tdlib package
documentation
td_api.dart
GetAnimatedEmoji
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetAnimatedEmoji
copyWith
(
{
String
?
emoji
,
})
Implementation
GetAnimatedEmoji copyWith({ String? emoji, }) => GetAnimatedEmoji( emoji: emoji ?? this.emoji, );
tdlib package
documentation
td_api
GetAnimatedEmoji
copyWith method
GetAnimatedEmoji class