// ReSharper disable InconsistentNaming using System.Collections.Generic; namespace Sony.ChartBot.Entities.MessengerApi { public class Callback { public string _object { get; set; } public IEnumerable entry { get; set; } } }