|
libkazv
|
#include <verification-process.hpp>
Public Attributes | |
| immer::array< int > | emojiIndices |
| The indices of emojis to display They can be converted to emojis using the table at https://spec.matrix.org/v1.17/client-server-api/#sas-method-emoji. | |
| immer::array< int > | decimalCode |
| The numbers to display. | |
Friends | |
| bool | operator== (const SasDisplayCodes &a, const SasDisplayCodes &b)=default |
|
friend |
| immer::array<int> Kazv::SasDisplayCodes::decimalCode |
The numbers to display.
| immer::array<int> Kazv::SasDisplayCodes::emojiIndices |
The indices of emojis to display They can be converted to emojis using the table at https://spec.matrix.org/v1.17/client-server-api/#sas-method-emoji.