sochix / TLSharp

Telegram client library implemented in C#
1.01k stars 380 forks source link

last seen recentley #894

Open mehdi-aazami opened 4 years ago

mehdi-aazami commented 4 years ago

Hi Is there a way to see status on (last seen recently) mode? for example: was online status

thanks.

maric010 commented 4 years ago

if( user.Status.GetType() == typeof(TLUserStatusRecently)) { //message last seen: recently } or TLUserStatusOffline TLUserStatusLastMonth TLUserStatusLastWeek TLUserStatusOffline TLUserStatusOnline

but are there still types (today, yesterday,daily) and how to use them?