Menu

[r40]: / trunk / WhatsappClient / WhatsAppProtocol / Parser / GroupSetting.cs  Maximize  Restore  History

Download this file

11 lines (9 with data), 216 Bytes

 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;
}
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.