feat: Implement send reactions
parent
39c3d99035
commit
4b77bbe688
@ -0,0 +1,30 @@
|
||||
abstract class AppEmojis {
|
||||
static const List<String> emojis = [
|
||||
'👍',
|
||||
'😊',
|
||||
'😀',
|
||||
'❤️',
|
||||
'😍',
|
||||
'😘',
|
||||
'😇',
|
||||
'😅',
|
||||
'😭',
|
||||
'😜',
|
||||
'😱',
|
||||
'😆',
|
||||
'😉',
|
||||
'😡',
|
||||
'👋',
|
||||
'🤔',
|
||||
'🙁',
|
||||
'🥳',
|
||||
'😟',
|
||||
'😄',
|
||||
'😁',
|
||||
'🙄',
|
||||
'😂',
|
||||
'🤣',
|
||||
'😌',
|
||||
'😬',
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue