v1.0.0 beta 10

This commit is contained in:
2026-03-06 12:12:16 +03:00
parent 9895edf966
commit f42d47af53
8 changed files with 43 additions and 24 deletions

View File

@@ -209,7 +209,9 @@ func (api *API) DeclineChatJoinRequest(params DeclineChatJoinRequestP) (bool, er
func (api *API) SetChatPhoto() {
uploader := NewUploader(api)
defer uploader.Close()
defer func() {
_ = uploader.Close()
}()
}
type DeleteChatPhotoP struct {