FriendNickChangedEvent   
    data class FriendNickChangedEvent @MiraiInternalApi constructor(    val friend: Friend,     val from: String,     val to: String) : AbstractEvent, FriendEvent, Packet, FriendInfoChangeEvent
Content copied to clipboard
Friend 昵称改变事件, 在此事件广播时好友已经完成改名
See also
Constructors
Link copied to clipboard