Download this file
11 lines (9 with data), 216 Bytes
| using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
public struct GroupSetting
{
public string Jid;
public bool Enabled;
public DateTime? MuteExpiry;
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.