Hey all,
i am trying to retrieve message of a channel using TLsharp,
i am using "GetHistoryAsync()" method to retrieve the history of the messages in the channel but it gives max 100 last messages although its "limit" override is set to a higher value.
and this is the way i am working with it:
Hey all, i am trying to retrieve message of a channel using TLsharp, i am using "GetHistoryAsync()" method to retrieve the history of the messages in the channel but it gives max 100 last messages although its "limit" override is set to a higher value. and this is the way i am working with it:
do you have any idea what am I missing here?