OneSDK
    Preparing search index...

    Interface DiffResponse

    interface DiffResponse {
        deletedChats: DeleteChat[];
        isEnabledTips: boolean;
        latestChat: LatestChat;
        updatedUsers: UpdateUser[];
    }
    Index

    Properties

    deletedChats: DeleteChat[]
    isEnabledTips: boolean
    latestChat: LatestChat
    updatedUsers: UpdateUser[]