ibotfather
ibotfather
UPD: I was able to figure out how to compile TS , so I attached the finished function in the previous post. Also, I ask in every function where there...
@junhoyeo I write new function for get notifications: ``` getNotifications = async (filter, pagination) => { let params: Record = { feed_type: 'all', mark_as_seen: false, timezone_offset: -25200, timezone_name: "America%2FLos_Angeles" };...
And mark "seen": ``` notificationSeen = async () => { if (!this.token) { await this.getToken(); } if (!this.token) { throw new Error('Token not found'); } let data: any | ErrorResponse...
> @ibotfather Sure! Here's the steps if you want to contribute yourself: > My friend, I will definitely deal with git , but later. I just want to help :)...