Download this file
1 2 3 4 5 6 7 8 9 10
using System; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] public struct GroupSetting { public string Jid; public bool Enabled; public DateTime? MuteExpiry; }