#include <textselectionrange.hpp> struct TextSelectionRange { // fields Int64 start { 0 }; Int64 end { 0 }; };