This repository has been archived by the owner on May 28, 2022. It is now read-only.
v3.0.0 #90
yupix
announced in
Announcements
v3.0.0
#90
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
ChatManager
classRawReaction
classRawChat
classEmojiManager
classFolderManager
classDriveManager
classtext
arg to mention_commandRawNote
classRawRenote
classRawEmoji
classRawProperties
classRawFolder
classRawFile
classRawPollChoices
classRawPoll
classRawInstance
classRawUserDetails
classRawUser
classFavoriteManager
classFollowManager
classChanged
UserActions
やClientActions
のメソッドを別クラスに分割User
クラスのプロパティーを以下のように変更name
->nickname
username
->name
User
クラスのfollow
unfollow
メソッドを削除User
クラスのaction
メソッドからadd
remove
メソッドを使用できますFollowing
->Follower
Follower
->Followee
Following
クラスのメソッドを以下のとおりに変更accept_request
->accept
reject_request
->reject
follow
->add
remove_follow
->remove
Removed
RawUserDetails
post_note
methodself.client.note.send
note_delete
methodself.client.note.delete
Full Changelog: v2.1.1...v3.0.0
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions